class SourceSelectionRequirement

Declaration

class SourceSelectionRequirement
    : public RefactoringActionRuleRequirement { /* full declaration omitted */ };

Description

A base class for any requirement that expects some part of the source to be selected in an editor (or the refactoring tool with the -selection option).

Declared at: clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h:42

Inherits from: RefactoringActionRuleRequirement