clang-tools  7.0.0
Public Attributes | List of all members
clang::move::ClangMoveContext Struct Reference

#include <ClangMove.h>

Collaboration diagram for clang::move::ClangMoveContext:
[legend]

Public Attributes

MoveDefinitionSpec Spec
 
std::map< std::string, tooling::Replacements > & FileToReplacements
 
std::string OriginalRunningDirectory
 
std::string FallbackStyle
 
bool DumpDeclarations
 

Detailed Description

Definition at line 75 of file ClangMove.h.

Member Data Documentation

◆ DumpDeclarations

bool clang::move::ClangMoveContext::DumpDeclarations

Definition at line 88 of file ClangMove.h.

Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit().

◆ FallbackStyle

std::string clang::move::ClangMoveContext::FallbackStyle

Definition at line 86 of file ClangMove.h.

◆ FileToReplacements

std::map<std::string, tooling::Replacements>& clang::move::ClangMoveContext::FileToReplacements

Definition at line 78 of file ClangMove.h.

◆ OriginalRunningDirectory

std::string clang::move::ClangMoveContext::OriginalRunningDirectory

Definition at line 84 of file ClangMove.h.

Referenced by clang::move::ClangMoveTool::run().

◆ Spec

MoveDefinitionSpec clang::move::ClangMoveContext::Spec

Definition at line 76 of file ClangMove.h.

Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit().


The documentation for this struct was generated from the following file: