Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1305 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp884 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7543 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/external/clang/lib/Sema/
DSemaType.cpp7325 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/external/clang/lib/AST/
DASTImporter.cpp1808 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
DASTContext.cpp3971 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5439 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()