Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp283 const RefactoringActionRules &getActionRules() const { return ActionRules; } in getActionRules() function in __anonc4972ed60111::RefactoringActionSubcommand
536 for (const auto &Rule : Subcommand.getActionRules()) { in getMatchingRule()