Home
last modified time | relevance | path

Searched refs:ProgP (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2361 ProgramPoint ProgP = ErrorNode->getLocation(); in getStmt() local
2364 if (Optional<BlockEntrance> BE = ProgP.getAs<BlockEntrance>()) { in getStmt()
2365 CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit(); in getStmt()