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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h153 if (foundMatch)
159 foundMatch = true;
166 if (!foundMatch)
172 bool foundMatch = false; member in class:llvm::TypeSwitch
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp529 bool foundMatch(bool AllowFullyQualified) const { function in class:clang::ast_matchers::__anon1624::PatternSet
577 return Patterns.foundMatch(/*AllowFullyQualified=*/false);
586 if (Patterns.foundMatch(/*AllowFullyQualified=*/false))
612 return Patterns.foundMatch(/*AllowFullyQualified=*/true);

Completed in 274 milliseconds