Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td438 return ctx.getTypeOfExprType(expression, kind);
HDASTContext.h1770 QualType getTypeOfExprType(Expr *E, TypeOfKind Kind) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp9369 return Context.getTypeOfExprType(E, Kind); in BuildTypeofExprType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp1418 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr, T->getKind()); in VisitTypeOfExprType()
HDASTContext.cpp6017 QualType ASTContext::getTypeOfExprType(Expr *tofExpr, TypeOfKind Kind) const { in getTypeOfExprType() function in ASTContext