Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp723 QualType t = ctxt.getDecltypeType(nullptr_expr, makeConstInt(ctxt)); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td424 return ctx.getDecltypeType(expression, underlyingType);
H A DASTContext.h1720 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp887 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7530 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp9210 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1406 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
H A DASTContext.cpp5636 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext