|
clang 22.0.0git
|
#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 103 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| std::vector<StandaloneFixIt> clang::ASTUnit::StandaloneDiagnostic::FixIts |
Definition at line 106 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| unsigned clang::ASTUnit::StandaloneDiagnostic::ID |
Definition at line 100 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| DiagnosticsEngine::Level clang::ASTUnit::StandaloneDiagnostic::Level |
Definition at line 101 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| unsigned clang::ASTUnit::StandaloneDiagnostic::LocOffset |
Definition at line 104 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
| std::string clang::ASTUnit::StandaloneDiagnostic::Message |
Definition at line 102 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().
Definition at line 105 of file ASTUnit.h.
Referenced by makeStandaloneDiagnostic().