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

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

Completed in 1906 milliseconds