clang 22.0.0git
clang::TextDiagnostic::StyleRange Struct Reference

#include "clang/Frontend/TextDiagnostic.h"

Public Member Functions

 StyleRange (unsigned S, unsigned E, enum llvm::raw_ostream::Colors C)

Public Attributes

unsigned Start
unsigned End
enum llvm::raw_ostream::Colors Color

Detailed Description

Definition at line 45 of file TextDiagnostic.h.

Constructor & Destructor Documentation

◆ StyleRange()

clang::TextDiagnostic::StyleRange::StyleRange ( unsigned S,
unsigned E,
enum llvm::raw_ostream::Colors C )
inline

Definition at line 49 of file TextDiagnostic.h.

References clang::C, Color, End, and Start.

Member Data Documentation

◆ Color

enum llvm::raw_ostream::Colors clang::TextDiagnostic::StyleRange::Color

Definition at line 48 of file TextDiagnostic.h.

Referenced by StyleRange().

◆ End

unsigned clang::TextDiagnostic::StyleRange::End

Definition at line 47 of file TextDiagnostic.h.

Referenced by StyleRange().

◆ Start

unsigned clang::TextDiagnostic::StyleRange::Start

Definition at line 46 of file TextDiagnostic.h.

Referenced by StyleRange().


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