Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp888 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
889 if (!BugPoint) in VisitNode()
896 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()
1922 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
1924 if (!BugPoint) in VisitNode()
1947 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode()