clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ Color

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

Definition at line 48 of file TextDiagnostic.h.

◆ End

unsigned clang::TextDiagnostic::StyleRange::End

Definition at line 47 of file TextDiagnostic.h.

◆ Start

unsigned clang::TextDiagnostic::StyleRange::Start

Definition at line 46 of file TextDiagnostic.h.


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