Lines Matching defs:PreVisit
1657 ExplodedNodeSet &PreVisit,
1665 Dst = PreVisit;
1668 StmtNodeBuilder StmtBldr(PreVisit, Dst, *currBldrCtx);
1669 for (ExplodedNode *Node : PreVisit) {
1904 ExplodedNodeSet PreVisit;
1905 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
1907 VisitCXXBindTemporaryExpr(cast<CXXBindTemporaryExpr>(S), PreVisit, Next);
1984 ExplodedNodeSet PreVisit;
1985 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
1988 StmtNodeBuilder Bldr2(PreVisit, Tmp, *currBldrCtx);
2009 for (const auto I : PreVisit) {
2078 ExplodedNodeSet PreVisit;
2079 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
2081 for (ExplodedNode *const N : PreVisit)
2198 ExplodedNodeSet PreVisit;
2199 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
2202 for (const auto i : PreVisit)
2212 ExplodedNodeSet PreVisit;
2214 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
2216 getCheckerManager().runCheckersForPostStmt(PostVisit, PreVisit, S, *this);
2361 ExplodedNodeSet PreVisit;
2362 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
2365 for (const auto Node : PreVisit)