Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2165 ProgramPoint ProgPoint = NI->getLocation(); in peelOffOuterExpr() local
2166 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2785 ProgramPoint ProgPoint = N->getLocation(); in VisitNodeImpl() local
2791 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
2808 if (std::optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()