Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp838 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
839 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1785 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
1788 if (!BugLoc.isMacroID() || in VisitNode()
1789 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()