Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp896 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
897 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1947 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
1950 if (!BugLoc.isMacroID() || in VisitNode()
1951 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()