Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp914 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
915 if (!BugPoint) in VisitNode()
922 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1939 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1941 if (!BugPoint) in VisitNode()
1964 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()