clang API Documentation
#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 79 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 82 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 76 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 77 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 80 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
std::string clang::ASTUnit::StandaloneDiagnostic::Message |
Definition at line 78 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
std::vector<std::pair<unsigned, unsigned> > clang::ASTUnit::StandaloneDiagnostic::Ranges |
Definition at line 81 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().