Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp918 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
919 if (!BugPoint) in VisitNode()
926 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1943 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1945 if (!BugPoint) in VisitNode()
1968 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()