Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1985 ProgramPoint ProgPoint = NI->getLocation(); in peelOffOuterExpr() local
1986 if (Optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr()
2585 ProgramPoint ProgPoint = N->getLocation(); in VisitNodeImpl() local
2591 if (Optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
2608 if (Optional<PostStmt> PS = ProgPoint.getAs<PostStmt>()) { in VisitNodeImpl()