Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp736 QualType t = ctxt.getTypeOfExprType(nullptr_expr); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td401 return ctx.getTypeOfExprType(expression);
H A DASTContext.h1714 QualType getTypeOfExprType(Expr *e) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp9128 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1374 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr); in VisitTypeOfExprType()
H A DASTContext.cpp5568 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext