Home
last modified time | relevance | path

Searched refs:getTypeOfExprType (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1291 QualType getTypeOfExprType(Expr *e) const;
/external/clang/lib/Sema/
DSemaType.cpp6874 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/external/clang/lib/AST/
DASTImporter.cpp1704 return Importer.getToContext().getTypeOfExprType(ToExpr); in VisitTypeOfExprType()
DASTContext.cpp3894 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5393 return Context.getTypeOfExprType(ReadExpr(*Loc.F)); in readTypeRecord()