Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp831 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
832 if (!BugPoint) in VisitNode()
839 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1702 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1704 if (!BugPoint) in VisitNode()
1727 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()