Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h144 if (foundMatch) in Case()
150 foundMatch = true; in Case()
157 if (!foundMatch) in Default()
163 bool foundMatch = false;
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp563 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anon93d891040811::PatternSet
611 return Patterns.foundMatch(/*AllowFullyQualified=*/false); in matchesNodeFullFast()
620 if (Patterns.foundMatch(/*AllowFullyQualified=*/false)) in matchesNodeFullFast()
646 return Patterns.foundMatch(/*AllowFullyQualified=*/true); in matchesNodeFullFast()