Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1515 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp888 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7535 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp8154 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4789 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
H A DASTImporter.cpp1279 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6110 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()