Searched refs:DependentDecltypeType (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 2918 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType 2921 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
D | ASTContext.cpp | 3980 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType() 3983 DependentDecltypeType *Canon in getDecltypeType() 3987 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
|
/external/llvm-project/clang/lib/AST/ |
D | ODRHash.cpp | 849 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
|
D | Type.cpp | 3440 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType 3443 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
D | ASTContext.cpp | 5385 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType() 5388 DependentDecltypeType *Canon in getDecltypeType() 5392 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 115 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
|
D | Type.h | 3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 3623 DependentDecltypeType(const ASTContext &Context, Expr *E);
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 214 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
|
D | Type.h | 4506 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 4510 DependentDecltypeType(const ASTContext &Context, Expr *E);
|