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

/external/clang/include/clang/AST/
H A DASTContext.h1019 QualType getTypeOfExprType(Expr *e) const;
/external/clang/lib/Sema/
H A DSemaType.cpp4581 return Context.getTypeOfExprType(E);
/external/clang/lib/AST/
H A DASTImporter.cpp1541 return Importer.getToContext().getTypeOfExprType(ToExpr);
H A DASTContext.cpp3251 /// getTypeOfExprType - Unlike many "get<Type>" functions, we can't unique
3256 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { function in class:ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp3935 return Context.getTypeOfExprType(ReadExpr(*Loc.F));

Completed in 159 milliseconds