, including all inherited members.
AstResource(TextProvider &txtProvider, IdentifierPool &idPool) | comma::AstResource | |
createAccessDecl(IdentifierInfo *name, Location loc, Type *targetType, DeclRegion *parent) | comma::AstResource | |
createAccessSubtype(IdentifierInfo *name, AccessType *baseType) | comma::AstResource | |
createAccessType(AccessDecl *decl, Type *targetType) | comma::AstResource | |
createArrayDecl(IdentifierInfo *name, Location loc, unsigned rank, DSTDefinition **indices, Type *component, bool isConstrained, DeclRegion *parent) | comma::AstResource | |
createArraySubtype(IdentifierInfo *name, ArrayType *base, DiscreteType **indices) | comma::AstResource | |
createArraySubtype(IdentifierInfo *name, ArrayType *base) | comma::AstResource | |
createArrayType(ArrayDecl *decl, unsigned rank, DiscreteType **indices, Type *component, bool isConstrained) | comma::AstResource | |
createDiscreteSubtype(DiscreteType *base, Expr *low, Expr *high, TypeDecl *decl=0) | comma::AstResource | |
createDomainSubtype(DomainType *rootTy, IdentifierInfo *name) | comma::AstResource | |
createDomainType(DomainTypeDecl *decl) | comma::AstResource | |
createEnumDecl(IdentifierInfo *name, Location loc, std::pair< IdentifierInfo *, Location > *elems, unsigned numElems, DeclRegion *parent) | comma::AstResource | |
createEnumSubtype(EnumerationType *base, EnumerationDecl *decl=0) | comma::AstResource | |
createEnumSubtype(EnumerationType *base, Expr *low, Expr *high, EnumerationDecl *decl=0) | comma::AstResource | |
createEnumSubtypeDecl(IdentifierInfo *name, Location loc, EnumerationType *subtype, Expr *low, Expr *high, DeclRegion *parent) | comma::AstResource | |
createEnumSubtypeDecl(IdentifierInfo *name, Location loc, EnumerationType *subtype, DeclRegion *parent) | comma::AstResource | |
createEnumType(EnumerationDecl *decl) | comma::AstResource | |
createExceptionDecl(IdentifierInfo *name, Location loc, DeclRegion *region) | comma::AstResource | |
createIncompleteSubtype(IdentifierInfo *name, IncompleteType *base) | comma::AstResource | |
createIncompleteType(IncompleteTypeDecl *decl) | comma::AstResource | |
createIncompleteTypeDecl(IdentifierInfo *name, Location loc, DeclRegion *parent) | comma::AstResource | |
createIntegerDecl(IdentifierInfo *name, Location loc, Expr *lowRange, Expr *highRange, DeclRegion *parent) | comma::AstResource | |
createIntegerSubtype(IntegerType *base, Expr *low, Expr *high, IntegerDecl *decl=0) | comma::AstResource | |
createIntegerSubtype(IntegerType *base, const llvm::APInt &low, const llvm::APInt &high, IntegerDecl *decl=0) | comma::AstResource | |
createIntegerSubtype(IntegerType *base, IntegerDecl *decl=0) | comma::AstResource | |
createIntegerSubtypeDecl(IdentifierInfo *name, Location loc, IntegerType *subtype, Expr *lower, Expr *upper, DeclRegion *parent) | comma::AstResource | |
createIntegerSubtypeDecl(IdentifierInfo *name, Location loc, IntegerType *subtype, DeclRegion *parent) | comma::AstResource | |
createIntegerType(IntegerDecl *decl, const llvm::APInt &low, const llvm::APInt &high) | comma::AstResource | |
createPrimitiveDecl(PO::PrimitiveID ID, Location loc, Type *type, DeclRegion *region) | comma::AstResource | |
createRecordDecl(IdentifierInfo *name, Location loc, DeclRegion *parent) | comma::AstResource | |
createRecordSubtype(IdentifierInfo *name, RecordType *base) | comma::AstResource | |
createRecordType(RecordDecl *decl) | comma::AstResource | |
getFunctionType(Type **argTypes, unsigned numArgs, Type *returnType) | comma::AstResource | |
getIdentifierInfo(const char *name) const | comma::AstResource | [inline] |
getIdentifierInfo(const char *name, unsigned len) const | comma::AstResource | [inline] |
getIdentifierInfo(const std::string &name) const | comma::AstResource | [inline] |
getIdentifierPool() | comma::AstResource | [inline] |
getProcedureType(Type **argTypes, unsigned numArgs) | comma::AstResource | |
getTextProvider() | comma::AstResource | [inline] |
getTheAssertionError() const | comma::AstResource | [inline] |
getTheBooleanDecl() const | comma::AstResource | [inline] |
getTheBooleanType() const | comma::AstResource | |
getTheCharacterDecl() const | comma::AstResource | [inline] |
getTheCharacterType() const | comma::AstResource | |
getTheConstraintError() const | comma::AstResource | [inline] |
getTheIntegerDecl() const | comma::AstResource | [inline] |
getTheIntegerType() const | comma::AstResource | |
getTheNaturalDecl() const | comma::AstResource | [inline] |
getTheNaturalType() const | comma::AstResource | |
getThePositiveDecl() const | comma::AstResource | [inline] |
getThePositiveType() const | comma::AstResource | |
getTheProgramError() const | comma::AstResource | [inline] |
getTheRootIntegerDecl() const | comma::AstResource | [inline] |
getTheRootIntegerType() const | comma::AstResource | |
getTheStringDecl() const | comma::AstResource | [inline] |
getTheStringType() const | comma::AstResource | |