clang  3.9.0
Public Attributes | List of all members
clang::ASTUnit::StandaloneFixIt Struct Reference

#include <ASTUnit.h>

Collaboration diagram for clang::ASTUnit::StandaloneFixIt:
[legend]

Public Attributes

std::pair< unsigned, unsignedRemoveRange
 
std::pair< unsigned, unsignedInsertFromRange
 
std::string CodeToInsert
 
bool BeforePreviousInsertions
 

Detailed Description

Definition at line 70 of file ASTUnit.h.

Member Data Documentation

bool clang::ASTUnit::StandaloneFixIt::BeforePreviousInsertions

Definition at line 74 of file ASTUnit.h.

Referenced by makeStandaloneFixIt().

std::string clang::ASTUnit::StandaloneFixIt::CodeToInsert

Definition at line 73 of file ASTUnit.h.

Referenced by makeStandaloneFixIt().

std::pair<unsigned, unsigned> clang::ASTUnit::StandaloneFixIt::InsertFromRange

Definition at line 72 of file ASTUnit.h.

Referenced by makeStandaloneFixIt().

std::pair<unsigned, unsigned> clang::ASTUnit::StandaloneFixIt::RemoveRange

Definition at line 71 of file ASTUnit.h.

Referenced by makeStandaloneFixIt().


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