Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td411 return ctx.getDecltypeType(expression, underlyingType);
H A DASTContext.h1590 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp886 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7541 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8971 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5446 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
H A DASTImporter.cpp1340 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()