This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
#include <Type.h>
Public Member Functions | |
IdentifierInfo * | getIdInfo () const |
Returns the defining identifier of this type;. | |
const char * | getString () const |
Returns the defining identifier of this type as a C-string. | |
const Type * | getTargetType () const |
Returns the to which this access type points. | |
Type * | getTargetType () |
const AccessDecl * | getDefiningDecl () const |
Returns the access type declaration that introduced this type. | |
AccessDecl * | getDefiningDecl () |
Returns the access type declaration that introduced this type. | |
AccessType * | getRootType () |
Specialize PrimaryType::getRootType(). | |
const AccessType * | getRootType () const |
Returns the access type declaration that introduced this type. | |
Static Public Member Functions | |
static bool | classof (const AccessType *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Friends | |
class | AstResource |
Access types are constructed and managed by AstResource. |
Definition at line 1198 of file Type.h.
static bool comma::AccessType::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::PrimaryType.
static bool comma::AccessType::classof | ( | const AccessType * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::PrimaryType.
AccessDecl * AccessType::getDefiningDecl | ( | ) |
const AccessDecl* comma::AccessType::getDefiningDecl | ( | ) | const [inline] |
IdentifierInfo * AccessType::getIdInfo | ( | ) | const |
const AccessType* comma::AccessType::getRootType | ( | ) | const [inline] |
Returns the access type declaration that introduced this type.
Reimplemented from comma::PrimaryType.
AccessType* comma::AccessType::getRootType | ( | ) | [inline] |
Specialize PrimaryType::getRootType().
Reimplemented from comma::PrimaryType.
const char* comma::AccessType::getString | ( | ) | const [inline] |
const Type* comma::AccessType::getTargetType | ( | ) | const [inline] |
friend class AstResource [friend] |
Access types are constructed and managed by AstResource.