Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp533 SmallVector<RefactoringActionRule *, 4> MatchingRules; in getMatchingRule() local
541 MatchingRules.push_back(Rule.get()); in getMatchingRule()
545 MatchingRules.push_back(Rule.get()); in getMatchingRule()
554 if (MatchingRules.empty()) { in getMatchingRule()
565 if (MatchingRules.size() != 1) { in getMatchingRule()
571 return MatchingRules.front(); in getMatchingRule()