clang 19.0.0git
Classes | Namespaces
RefactoringActionRuleRequirements.h File Reference
#include "clang/Basic/LLVM.h"
#include "clang/Tooling/Refactoring/ASTSelection.h"
#include "clang/Tooling/Refactoring/RefactoringDiagnostic.h"
#include "clang/Tooling/Refactoring/RefactoringOption.h"
#include "clang/Tooling/Refactoring/RefactoringRuleContext.h"
#include "llvm/Support/Error.h"
#include <type_traits>

Go to the source code of this file.

Classes

class  clang::tooling::RefactoringActionRuleRequirement
 A refactoring action rule requirement determines when a refactoring action rule can be invoked. More...
 
class  clang::tooling::SourceSelectionRequirement
 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). More...
 
class  clang::tooling::SourceRangeSelectionRequirement
 A selection requirement that is satisfied when any portion of the source text is selected. More...
 
class  clang::tooling::ASTSelectionRequirement
 An AST selection requirement is satisfied when any portion of the AST overlaps with the selection range. More...
 
class  clang::tooling::CodeRangeASTSelectionRequirement
 A selection requirement that is satisfied when the selection range overlaps with a number of neighbouring statements in the AST. More...
 
class  clang::tooling::RefactoringOptionsRequirement
 A base class for any requirement that requires some refactoring options. More...
 
class  clang::tooling::OptionRequirement< OptionType >
 A requirement that evaluates to the value of the given OptionType when the OptionType is a required option. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::tooling