clang
6.0.0
|
#include "clang/Frontend/ASTUnit.h"
Public Attributes | |
std::pair< unsigned, unsigned > | RemoveRange |
std::pair< unsigned, unsigned > | InsertFromRange |
std::string | CodeToInsert |
bool | BeforePreviousInsertions |
bool clang::ASTUnit::StandaloneFixIt::BeforePreviousInsertions |
Definition at line 77 of file ASTUnit.h.
Referenced by makeStandaloneFixIt().
std::string clang::ASTUnit::StandaloneFixIt::CodeToInsert |
Definition at line 76 of file ASTUnit.h.
Referenced by makeStandaloneFixIt().
std::pair<unsigned, unsigned> clang::ASTUnit::StandaloneFixIt::InsertFromRange |
Definition at line 75 of file ASTUnit.h.
Referenced by makeStandaloneFixIt().
std::pair<unsigned, unsigned> clang::ASTUnit::StandaloneFixIt::RemoveRange |
Definition at line 74 of file ASTUnit.h.
Referenced by makeStandaloneFixIt().