Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td401 return ctx.getTypeOfExprType(expression, kind);
H A DASTContext.h1689 QualType getTypeOfExprType(Expr *E, TypeOfKind Kind) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9224 return Context.getTypeOfExprType(E, Kind); in BuildTypeofExprType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp1372 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr, T->getKind()); in VisitTypeOfExprType()
H A DASTContext.cpp5621 QualType ASTContext::getTypeOfExprType(Expr *tofExpr, TypeOfKind Kind) const { in getTypeOfExprType() function in ASTContext