Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp346 : SelectedSubcommand(nullptr), MatchingRule(nullptr), in ClangRefactorTool()
381 MatchingRule = *Rule; in Init()
392 assert(SelectedSubcommand && MatchingRule && Consumer); in callback()
399 bool HasSelection = MatchingRule->hasSelectionRequirement(); in callback()
409 MatchingRule->invoke(*ActiveConsumer, Context); in callback()
602 RefactoringActionRule *MatchingRule; member in __anonc4972ed60111::ClangRefactorTool