|
clang 22.0.0git
|
A location that is represented in the serialized diagnostics. More...
#include "clang/Frontend/SerializedDiagnosticReader.h"
Public Member Functions | |
| Location (unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) | |
Public Attributes | |
| unsigned | FileID |
| unsigned | Line |
| unsigned | Col |
| unsigned | Offset |
A location that is represented in the serialized diagnostics.
Definition at line 46 of file SerializedDiagnosticReader.h.
| unsigned clang::serialized_diags::Location::Col |
Definition at line 49 of file SerializedDiagnosticReader.h.
Referenced by Location().
| unsigned clang::serialized_diags::Location::FileID |
Definition at line 47 of file SerializedDiagnosticReader.h.
Referenced by Location().
| unsigned clang::serialized_diags::Location::Line |
Definition at line 48 of file SerializedDiagnosticReader.h.
Referenced by Location().
| unsigned clang::serialized_diags::Location::Offset |
Definition at line 50 of file SerializedDiagnosticReader.h.
Referenced by Location().