Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp683 ExplodedNodeSet DstPreVisit; in handleConstructor() local
684 getCheckerManager().runCheckersForPreStmt(DstPreVisit, Pred, E, *this); in handleConstructor()
689 StmtNodeBuilder Bldr(DstPreVisit, PreInitialized, *currBldrCtx); in handleConstructor()
690 for (ExplodedNodeSet::iterator I = DstPreVisit.begin(), in handleConstructor()
691 E = DstPreVisit.end(); in handleConstructor()
714 PreInitialized = DstPreVisit; in handleConstructor()