Searched refs:VisitCXXNewExpr (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h59 void VisitCXXNewExpr(CXXNewExpr *E) { function in class:clang::UsedDeclVisitor
64 Inherited::VisitCXXNewExpr(E);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp90 void VisitCXXNewExpr(CXXNewExpr *E) { function in class:__anon1633::CGBuilder
H A DCFG.cpp558 CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
2208 return VisitCXXNewExpr(cast<CXXNewExpr>(S), asc);
4549 CFGBlock *CFGBuilder::VisitCXXNewExpr(CXXNewExpr *NE, function in class:CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h271 void VisitCXXNewExpr(const CXXNewExpr *NE);
H A DTextNodeDumper.h275 void VisitCXXNewExpr(const CXXNewExpr *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp816 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp1643 VisitCXXNewExpr(cast<CXXNewExpr>(S), i, PostVisit);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h573 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1198 void JSONNodeDumper::VisitCXXNewExpr(const CXXNewExpr *NE) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp2070 void StmtPrinter::VisitCXXNewExpr(CXXNewExpr *E) { function in class:StmtPrinter
H A DStmtProfile.cpp1887 void StmtProfiler::VisitCXXNewExpr(const CXXNewExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp623 ExpectedStmt VisitCXXNewExpr(CXXNewExpr *E);
7251 ExpectedStmt ASTNodeImporter::VisitCXXNewExpr(CXXNewExpr *E) {
H A DExprConstant.cpp8267 bool VisitCXXNewExpr(const CXXNewExpr *E);
8928 bool PointerExprEvaluator::VisitCXXNewExpr(const CXXNewExpr *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1841 void ASTStmtReader::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1755 void ASTStmtWriter::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtWriter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp665 Value *VisitCXXNewExpr(const CXXNewExpr *E) { function in class:__anon1724::ScalarExprEmitter
H A DCodeGenModule.cpp2771 bool VisitCXXNewExpr(CXXNewExpr *E) { function in struct:__anon1799::DLLImportFunctionVisitor

Completed in 373 milliseconds