Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2399 ProgramPoint ProgP = ErrorNode->getLocation(); in getStmt() local
2402 if (std::optional<BlockEntrance> BE = ProgP.getAs<BlockEntrance>()) { in getStmt()
2403 CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit(); in getStmt()