Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTypeSwitch.h165 if (foundMatch) in Case()
171 foundMatch = true; in Case()
178 if (!foundMatch) in Default()
184 bool foundMatch = false;
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp554 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anon825a68340811::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()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1546 bool foundMatch{false}; in CheckAtomicUpdateAssignmentStmt() local
1560 foundMatch = true; in CheckAtomicUpdateAssignmentStmt()
1568 if (!foundMatch) { in CheckAtomicUpdateAssignmentStmt()