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

#include <Move.h>

Public Attributes

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

Detailed Description

Definition at line 82 of file Move.h.

Member Data Documentation

◆ DumpDeclarations

bool clang::move::ClangMoveContext::DumpDeclarations

◆ FallbackStyle

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

Definition at line 93 of file Move.h.

◆ FileToReplacements

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

Definition at line 85 of file Move.h.

◆ OriginalRunningDirectory

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

Definition at line 91 of file Move.h.

◆ Spec

MoveDefinitionSpec clang::move::ClangMoveContext::Spec

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