Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1511 QualType getTypeOfExprType(Expr *e) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp8070 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4744 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
H A DASTImporter.cpp1258 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr); in VisitTypeOfExprType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6097 return Context.getTypeOfExprType(ReadExpr(*Loc.F)); in readTypeRecord()