|
clang 22.0.0git
|
#include "clang/Basic/LLVM.h"#include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"#include "clang/Tooling/Refactoring/RefactoringOption.h"#include "clang/Tooling/Refactoring/RefactoringOptionVisitor.h"#include "llvm/Support/Error.h"#include <optional>#include <type_traits>Go to the source code of this file.
Classes | |
| class | clang::tooling::OptionalRefactoringOption< T, typename > |
A refactoring option that stores a value of type T. More... | |
| class | clang::tooling::RequiredRefactoringOption< T, typename > |
A required refactoring option that stores a value of type T. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |