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.cpp2161 ProgramPoint ProgPoint = NI->getLocation(); in peelOffOuterExpr() local
2162 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2781 ProgramPoint ProgPoint = N->getLocation(); in VisitNodeImpl() local
2787 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
2804 if (std::optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()