Searched defs:progPoint (Results 1 - 1 of 1) sorted by relevance

/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>()) {

Completed in 35 milliseconds