#include <Type.h>
Static Public Member Functions | |
static bool | classof (const CompositeType *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Protected Member Functions | |
CompositeType (AstKind kind, CompositeType *rootOrParent, bool subtype) |
Definition at line 1002 of file Type.h.
comma::CompositeType::CompositeType | ( | AstKind | kind, | |
CompositeType * | rootOrParent, | |||
bool | subtype | |||
) | [inline, protected] |
static bool comma::CompositeType::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::PrimaryType.
Reimplemented in comma::ArrayType, and comma::RecordType.
static bool comma::CompositeType::classof | ( | const CompositeType * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::PrimaryType.
Reimplemented in comma::ArrayType, and comma::RecordType.