Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td411 return ctx.getDecltypeType(expression, underlyingType);
DASTContext.h1635 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp886 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7530 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp9011 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp5461 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
DASTImporter.cpp1358 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()