clang API Documentation

Public Member Functions | Public Attributes
clang::serialized_diags::Location Struct Reference

A location that is represented in the serialized diagnostics. More...

#include <SerializedDiagnosticReader.h>

Collaboration diagram for clang::serialized_diags::Location:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Location (unsigned FileID, unsigned Line, unsigned Col, unsigned Offset)

Public Attributes

unsigned FileID
unsigned Line
unsigned Col
unsigned Offset

Detailed Description

A location that is represented in the serialized diagnostics.

Definition at line 46 of file SerializedDiagnosticReader.h.


Constructor & Destructor Documentation

clang::serialized_diags::Location::Location ( unsigned  FileID,
unsigned  Line,
unsigned  Col,
unsigned  Offset 
) [inline]

Definition at line 51 of file SerializedDiagnosticReader.h.


Member Data Documentation

Definition at line 49 of file SerializedDiagnosticReader.h.

Definition at line 47 of file SerializedDiagnosticReader.h.

Definition at line 48 of file SerializedDiagnosticReader.h.

Definition at line 50 of file SerializedDiagnosticReader.h.


The documentation for this struct was generated from the following file: