Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp346 : SelectedSubcommand(nullptr), MatchingRule(nullptr), in ClangRefactorTool()
380 SelectedSubcommand = *Subcommand; in Init()
392 assert(SelectedSubcommand && MatchingRule && Consumer); in callback()
401 TestConsumer = SelectedSubcommand->getSelection()->createCustomConsumer(); in callback()
408 logInvocation(*SelectedSubcommand, Context); in callback()
412 assert(SelectedSubcommand->getSelection() && in callback()
415 SelectedSubcommand->getSelection()->print(llvm::outs()); in callback()
416 if (SelectedSubcommand->getSelection()->forAllRanges( in callback()
601 RefactoringActionSubcommand *SelectedSubcommand; member in __anond439ce910111::ClangRefactorTool