Home
last modified time | relevance | path

Searched defs:ClangMoveContext (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-move/
DMove.h82 struct ClangMoveContext { struct
83 MoveDefinitionSpec Spec;
85 std::map<std::string, tooling::Replacements> &FileToReplacements;
91 std::string OriginalRunningDirectory;
93 std::string FallbackStyle;
118 ClangMoveTool(ClangMoveContext *const Context, argument