Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp844 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>(); in VisitNode() local
846 if (!BugPoint) in VisitNode()
849 SourceLocation BugLoc = BugPoint->getStmt()->getLocStart(); in VisitNode()