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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1296 QualType getTypeOfExprType(Expr *e) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1712 return Importer.getToContext().getTypeOfExprType(ToExpr);
H A DASTContext.cpp3930 /// getTypeOfExprType - Unlike many "get<Type>" functions, we can't unique
3935 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6928 return Context.getTypeOfExprType(E);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5400 return Context.getTypeOfExprType(ReadExpr(*Loc.F));

Completed in 188 milliseconds