struct DiagStateMap::DiagStatePoint

Declaration

struct DiagStateMap::DiagStatePoint { /* full declaration omitted */ };

Description

Represents a point in source where the diagnostic state was modified because of a pragma. 'Loc' can be null if the point represents the diagnostic state modifications done through the command-line.

Declared at: clang/include/clang/Basic/Diagnostic.h:402

Member Variables

public clang::DiagnosticsEngine::DiagState* State
public unsigned int Offset

Method Overview

  • public DiagStatePoint(clang::DiagnosticsEngine::DiagState * State, unsigned int Offset)

Methods

ΒΆDiagStatePoint(
    clang::DiagnosticsEngine::DiagState* State,
    unsigned int Offset)

Declared at: clang/include/clang/Basic/Diagnostic.h:406

Parameters

clang::DiagnosticsEngine::DiagState* State
unsigned int Offset