Searched refs:foundMatch (Results 1 – 3 of 3) sorted by relevance
165 if (foundMatch) in Case()171 foundMatch = true; in Case()178 if (!foundMatch) in Default()184 bool foundMatch = false;
554 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anon825a68340811::PatternSet602 return Patterns.foundMatch(/*AllowFullyQualified=*/false); in matchesNodeFullFast()611 if (Patterns.foundMatch(/*AllowFullyQualified=*/false)) in matchesNodeFullFast()637 return Patterns.foundMatch(/*AllowFullyQualified=*/true); in matchesNodeFullFast()
1546 bool foundMatch{false}; in CheckAtomicUpdateAssignmentStmt() local1560 foundMatch = true; in CheckAtomicUpdateAssignmentStmt()1568 if (!foundMatch) { in CheckAtomicUpdateAssignmentStmt()