Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td388 return ctx.getTypeOfExprType(expression);
H A DASTContext.h1631 QualType getTypeOfExprType(Expr *e) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8900 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5416 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
H A DASTImporter.cpp1337 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr); in VisitTypeOfExprType()