clang 19.0.0git
Public Member Functions | List of all members
clang::tooling::SourceRangeSelectionRequirement Class Reference

A selection requirement that is satisfied when any portion of the source text is selected. More...

#include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"

Inheritance diagram for clang::tooling::SourceRangeSelectionRequirement:
Inheritance graph
[legend]

Public Member Functions

Expected< SourceRangeevaluate (RefactoringRuleContext &Context) const
 

Detailed Description

A selection requirement that is satisfied when any portion of the source text is selected.

Definition at line 46 of file RefactoringActionRuleRequirements.h.

Member Function Documentation

◆ evaluate()

Expected< SourceRange > clang::tooling::SourceRangeSelectionRequirement::evaluate ( RefactoringRuleContext Context) const
inline

The documentation for this class was generated from the following file: