Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td388 return ctx.getTypeOfExprType(expression);
H A DASTContext.h1586 QualType getTypeOfExprType(Expr *e) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8865 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5401 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
H A DASTImporter.cpp1319 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr); in VisitTypeOfExprType()