struct Location

Declaration

struct Location { /* full declaration omitted */ };

Description

A location that is represented in the serialized diagnostics.

Declared at: clang/include/clang/Frontend/SerializedDiagnosticReader.h:46

Member Variables

public unsigned int FileID
public unsigned int Line
public unsigned int Col
public unsigned int Offset

Method Overview

  • public Location(unsigned int FileID, unsigned int Line, unsigned int Col, unsigned int Offset)

Methods

ΒΆLocation(unsigned int FileID,
         unsigned int Line,
         unsigned int Col,
         unsigned int Offset)

Declared at: clang/include/clang/Frontend/SerializedDiagnosticReader.h:52

Parameters

unsigned int FileID
unsigned int Line
unsigned int Col
unsigned int Offset