Searched refs:progPoint (Results 1 – 2 of 2) sorted by relevance
103 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local104 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()105 return !progPoint.getTag(); in shouldCollect()108 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()112 if (progPoint.getTag()) in shouldCollect()119 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()124 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()138 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
1828 ProgramPoint progPoint = N->getLocation(); in VisitNodeImpl() local1841 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) { in VisitNodeImpl()1848 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) { in VisitNodeImpl()