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

/external/clang/include/clang/AST/
H A DASTContext.h1165 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp907 IvarT = Context->getDecltypeType(ME, ME->getType());
7718 IvarT = Context->getDecltypeType(ME, ME->getType());
/external/clang/lib/AST/
H A DASTImporter.cpp1681 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType);
H A DASTContext.cpp3701 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { function in class:ASTContext
/external/clang/lib/Sema/
H A DSemaType.cpp5558 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E));
/external/clang/lib/Serialization/
H A DASTReader.cpp5279 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);

Completed in 1187 milliseconds