Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
1788 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
1791 if (!BugLoc.isMacroID() || in VisitNode()
1792 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()