9#ifndef LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_EXTRACT_H
10#define LLVM_CLANG_TOOLING_REFACTORING_EXTRACT_EXTRACT_H
30 std::optional<std::string> DeclName);
36 std::optional<std::string> DeclName)
37 : Code(std::move(Code)),
38 DeclName(DeclName ? std::move(*DeclName) :
"extracted") {}
The refactoring rule context stores all of the inputs that might be needed by a refactoring action ru...
The JSON file list parser is used to communicate input to InstallAPI.