Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td428 return ctx.getDecltypeType(expression, underlyingType);
H A DASTContext.h1695 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9306 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp1404 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
H A DASTContext.cpp5691 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext