Searched refs:progPoint (Results 1 – 2 of 2) sorted by relevance
112 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local113 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()114 return !progPoint.getTag(); in shouldCollect()117 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()121 if (progPoint.getTag()) in shouldCollect()128 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()133 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()147 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
1224 ProgramPoint progPoint = N->getLocation(); in VisitNodeImpl() local1237 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) { in VisitNodeImpl()1244 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) { in VisitNodeImpl()