10 #ifndef LLVM_CLANG_TOOLING_REFACTOR_EXTRACT_EXTRACT_H 11 #define LLVM_CLANG_TOOLING_REFACTOR_EXTRACT_EXTRACT_H 36 : Code(std::move(Code)),
37 DeclName(DeclName ? std::move(*DeclName) :
"extracted") {}
53 #endif // LLVM_CLANG_TOOLING_REFACTOR_EXTRACT_EXTRACT_H
The refactoring rule context stores all of the inputs that might be needed by a refactoring action ru...
Dataflow Directional Tag Classes.