Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp680 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
681 if (!BugPoint) in VisitNode()
688 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1461 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1463 if (!BugPoint) in VisitNode()
1486 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()