Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp162 SourceRange BugRange = Location.asRange(); in isSuppressed() local
166 [BugRange, &SM](SourceRange Suppression) { in isSuppressed()
167 return fullyContains(Suppression, BugRange, SM); in isSuppressed()