#include <Type.h>


Public Member Functions | |
| void | Profile (llvm::FoldingSetNodeID &ID) | 
| Profile implementation for use by llvm::FoldingSet.   | |
Static Public Member Functions | |
| static bool | classof (const ProcedureType *node) | 
| Support isa and dyn_cast.   | |
| static bool | classof (const Ast *node) | 
Friends | |
| class | AstResource | 
| ProcedureTypes are constructed thru AstResource.   | |
Definition at line 216 of file Type.h.
| static bool comma::ProcedureType::classof | ( | const Ast * | node | ) |  [inline, static] | 
        
Reimplemented from comma::SubroutineType.
| static bool comma::ProcedureType::classof | ( | const ProcedureType * | node | ) |  [inline, static] | 
        
Support isa and dyn_cast.
Reimplemented from comma::SubroutineType.
| void comma::ProcedureType::Profile | ( | llvm::FoldingSetNodeID & | ID | ) |  [inline] | 
        
friend class AstResource [friend] | 
        
ProcedureTypes are constructed thru AstResource.
 1.6.1