Searched refs:getDecltypeType (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 534 QualType t = ctxt.getDecltypeType(nullptr_expr, makeConstInt(ctxt)); in TEST_F()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 411 return ctx.getDecltypeType(expression, underlyingType);
|
D | ASTContext.h | 1547 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1305 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 886 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString() 7541 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 884 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString() 7543 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 7325 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 9001 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1808 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
|
D | ASTContext.cpp | 3971 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5439 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 5376 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
|
D | ASTImporter.cpp | 1339 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
|