Home
last modified time | relevance | path

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

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