Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp130 bool FindAll, bool ignoreUnevaluatedContext, in MatchDescendantVisitor() argument
132 : Matcher(&Matcher), FindAll(FindAll), Matches(false), in MatchDescendantVisitor()
235 if (!FindAll) in match()
243 const bool FindAll; member in MatchDescendantVisitor