Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp283 const RefactoringActionRules &getActionRules() const { return ActionRules; } in getActionRules() function in __anond439ce910111::RefactoringActionSubcommand
536 for (const auto &Rule : Subcommand.getActionRules()) { in getMatchingRule()