Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp688 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
689 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1486 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
1489 if (!BugLoc.isMacroID() || in VisitNode()
1490 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()