Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp926 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
927 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1968 SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc(); in VisitNode() local
1971 if (!BugLoc.isMacroID() || in VisitNode()
1972 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()