Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td405 return ctx.getTypeOfExprType(expression, kind);
H A DASTContext.h1708 QualType getTypeOfExprType(Expr *E, TypeOfKind Kind) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9716 return Context.getTypeOfExprType(E, Kind); in BuildTypeofExprType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5607 QualType ASTContext::getTypeOfExprType(Expr *tofExpr, TypeOfKind Kind) const { in getTypeOfExprType() function in ASTContext
H A DASTImporter.cpp1392 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr, T->getKind()); in VisitTypeOfExprType()