Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp547 QualType t = ctxt.getTypeOfExprType(nullptr_expr); in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td388 return ctx.getTypeOfExprType(expression);
DASTContext.h1543 QualType getTypeOfExprType(Expr *e) const;
/external/clang/include/clang/AST/
DASTContext.h1301 QualType getTypeOfExprType(Expr *e) const;
/external/clang/lib/Sema/
DSemaType.cpp7240 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8905 return Context.getTypeOfExprType(E); in BuildTypeofExprType()
/external/clang/lib/AST/
DASTImporter.cpp1787 return Importer.getToContext().getTypeOfExprType(ToExpr); in VisitTypeOfExprType()
DASTContext.cpp3926 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5426 return Context.getTypeOfExprType(ReadExpr(*Loc.F)); in readTypeRecord()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5331 QualType ASTContext::getTypeOfExprType(Expr *tofExpr) const { in getTypeOfExprType() function in ASTContext
DASTImporter.cpp1318 return Importer.getToContext().getTypeOfExprType(*ToExprOrErr); in VisitTypeOfExprType()