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.cpp2117 ProgramPoint ProgPoint = NI->getLocation(); in peelOffOuterExpr() local
2118 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2737 ProgramPoint ProgPoint = N->getLocation(); in VisitNodeImpl() local
2743 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
2760 if (std::optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()