Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp535 SmallVector<RefactoringActionRule *, 4> MatchingRules; in getMatchingRule() local
543 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()