Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp348 : SelectedSubcommand(nullptr), MatchingRule(nullptr), in ClangRefactorTool()
383 MatchingRule = *Rule; in Init()
394 assert(SelectedSubcommand && MatchingRule && Consumer); in callback()
401 bool HasSelection = MatchingRule->hasSelectionRequirement(); in callback()
411 MatchingRule->invoke(*ActiveConsumer, Context); in callback()
604 RefactoringActionRule *MatchingRule; member in __anonf090c3dd0111::ClangRefactorTool