clang-tools 20.0.0git
|
#include <Move.h>
Public Attributes | |
MoveDefinitionSpec | Spec |
std::map< std::string, tooling::Replacements > & | FileToReplacements |
std::string | OriginalRunningDirectory |
std::string | FallbackStyle |
bool | DumpDeclarations |
bool clang::move::ClangMoveContext::DumpDeclarations |
Definition at line 95 of file Move.h.
Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit(), and clang::move::ClangMoveTool::registerMatchers().
std::map<std::string, tooling::Replacements>& clang::move::ClangMoveContext::FileToReplacements |
std::string clang::move::ClangMoveContext::OriginalRunningDirectory |
MoveDefinitionSpec clang::move::ClangMoveContext::Spec |
Definition at line 83 of file Move.h.
Referenced by clang::move::ClangMoveTool::addIncludes(), clang::move::ClangMoveTool::onEndOfTranslationUnit(), and clang::move::ClangMoveTool::registerMatchers().