Home
last modified time | relevance | path

Searched refs:SelectedSubcommand (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()
382 SelectedSubcommand = *Subcommand; in Init()
394 assert(SelectedSubcommand && MatchingRule && Consumer); in callback()
403 TestConsumer = SelectedSubcommand->getSelection()->createCustomConsumer(); in callback()
410 logInvocation(*SelectedSubcommand, Context); in callback()
414 assert(SelectedSubcommand->getSelection() && in callback()
417 SelectedSubcommand->getSelection()->print(llvm::outs()); in callback()
418 if (SelectedSubcommand->getSelection()->forAllRanges( in callback()
603 RefactoringActionSubcommand *SelectedSubcommand; member in __anonf090c3dd0111::ClangRefactorTool