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

/external/clang/include/clang/AST/
H A DASTContext.h1023 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp837 IvarT = Context->getDecltypeType(ME, ME->getType());
7516 IvarT = Context->getDecltypeType(ME, ME->getType());
/external/clang/lib/Sema/
H A DSemaType.cpp4650 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E));
/external/clang/lib/AST/
H A DASTImporter.cpp1562 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType);
H A DASTContext.cpp3298 /// getDecltypeType - Unlike many "get<Type>" functions, we don't unique
3303 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp3948 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);

Completed in 521 milliseconds