clang 19.0.0git
Classes | Namespaces | Functions
RefactoringOption.h File Reference
#include "clang/Basic/LLVM.h"
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

class  clang::tooling::RefactoringOption
 A refactoring option is an interface that describes a value that has an impact on the outcome of a refactoring. More...
 

Namespaces

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

Functions

template<typename OptionType >
std::shared_ptr< OptionType > clang::tooling::createRefactoringOption ()
 Constructs a refactoring option of the given type.