Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h164 if (foundMatch) in Case()
170 foundMatch = true; in Case()
177 if (!foundMatch) in Default()
183 bool foundMatch = false;
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp555 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anon2d869e1b0811::PatternSet
603 return Patterns.foundMatch(/*AllowFullyQualified=*/false); in matchesNodeFullFast()
612 if (Patterns.foundMatch(/*AllowFullyQualified=*/false)) in matchesNodeFullFast()
638 return Patterns.foundMatch(/*AllowFullyQualified=*/true); in matchesNodeFullFast()