clang
3.7.0
|
#include <ASTUnit.h>
Public Attributes | |
unsigned | ID |
DiagnosticsEngine::Level | Level |
std::string | Message |
std::string | Filename |
unsigned | LocOffset |
std::vector< std::pair < unsigned, unsigned > > | Ranges |
std::vector< StandaloneFixIt > | FixIts |
std::string clang::ASTUnit::StandaloneDiagnostic::Filename |
Definition at line 81 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
std::vector<StandaloneFixIt> clang::ASTUnit::StandaloneDiagnostic::FixIts |
Definition at line 84 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
unsigned clang::ASTUnit::StandaloneDiagnostic::ID |
Definition at line 78 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
DiagnosticsEngine::Level clang::ASTUnit::StandaloneDiagnostic::Level |
Definition at line 79 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
unsigned clang::ASTUnit::StandaloneDiagnostic::LocOffset |
Definition at line 82 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
std::string clang::ASTUnit::StandaloneDiagnostic::Message |
Definition at line 80 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 83 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().