Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1904 ProgramPoint ProgPoint = NI->getLocation(); in peelOffOuterExpr() local
1905 if (Optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2504 ProgramPoint ProgPoint = N->getLocation(); in VisitNodeImpl() local
2510 if (Optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
2527 if (Optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()