|
clang
5.0.0
|
#include "clang/Frontend/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 84 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| std::vector<StandaloneFixIt> clang::ASTUnit::StandaloneDiagnostic::FixIts |
Definition at line 87 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| unsigned clang::ASTUnit::StandaloneDiagnostic::ID |
Definition at line 81 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| DiagnosticsEngine::Level clang::ASTUnit::StandaloneDiagnostic::Level |
Definition at line 82 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| unsigned clang::ASTUnit::StandaloneDiagnostic::LocOffset |
Definition at line 85 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| std::string clang::ASTUnit::StandaloneDiagnostic::Message |
Definition at line 83 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 86 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
1.8.6