Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1189 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp895 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()
7691 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
/external/clang/lib/Sema/
DSemaType.cpp5577 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
/external/clang/lib/AST/
DASTImporter.cpp1682 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
DASTContext.cpp3779 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5460 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()