Home
last modified time | relevance | path

Searched refs:getDecltypeType (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp534 QualType t = ctxt.getDecltypeType(nullptr_expr, makeConstInt(ctxt)); in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td411 return ctx.getDecltypeType(expression, underlyingType);
DASTContext.h1547 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/clang/include/clang/AST/
DASTContext.h1305 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp886 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7541 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp884 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7543 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/external/clang/lib/Sema/
DSemaType.cpp7325 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp9001 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/external/clang/lib/AST/
DASTImporter.cpp1808 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
DASTContext.cpp3971 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5439 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5376 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
DASTImporter.cpp1339 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()