Searched refs:progPoint (Results 1 – 2 of 2) sorted by relevance
111 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local112 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()113 return !progPoint.getTag(); in shouldCollect()116 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()120 if (progPoint.getTag()) in shouldCollect()127 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()132 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()146 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
1173 ProgramPoint progPoint = N->getLocation(); in VisitNodeImpl() local1186 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) { in VisitNodeImpl()1193 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) { in VisitNodeImpl()