Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h159 if (foundMatch) in Case()
165 foundMatch = true; in Case()
172 if (!foundMatch) in Default()
178 bool foundMatch = false;
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp554 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anonf6ae02b80811::PatternSet
602 return Patterns.foundMatch(/*AllowFullyQualified=*/false); in matchesNodeFullFast()
611 if (Patterns.foundMatch(/*AllowFullyQualified=*/false)) in matchesNodeFullFast()
637 return Patterns.foundMatch(/*AllowFullyQualified=*/true); in matchesNodeFullFast()