Searched refs:progPoint (Results 1 - 2 of 2) sorted by path

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1175 ProgramPoint progPoint = N->getLocation(); local
1188 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) {
1195 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) {
H A DExplodedGraph.cpp112 ProgramPoint progPoint = node->getLocation();
113 if (progPoint.getAs<PreStmtPurgeDeadSymbols>())
114 return !progPoint.getTag();
117 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>())
121 if (progPoint.getTag())
128 progPoint.getLocationContext() != pred->getLocationContext())
133 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt());
147 ParentMap &PM = progPoint.getLocationContext()->getParentMap();

Completed in 224 milliseconds