Searched refs:MatchingRules (Results 1 – 1 of 1) sorted by relevance
535 SmallVector<RefactoringActionRule *, 4> MatchingRules; in getMatchingRule() local543 MatchingRules.push_back(Rule.get()); in getMatchingRule()547 MatchingRules.push_back(Rule.get()); in getMatchingRule()556 if (MatchingRules.empty()) { in getMatchingRule()567 if (MatchingRules.size() != 1) { in getMatchingRule()573 return MatchingRules.front(); in getMatchingRule()