clang 19.0.0git
Public Attributes | List of all members
clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message Struct Reference

#include "clang/ASTMatchers/Dynamic/Diagnostics.h"

Public Attributes

SourceRange Range
 
ErrorType Type
 
std::vector< std::string > Args
 

Detailed Description

Definition at line 156 of file Diagnostics.h.

Member Data Documentation

◆ Args

std::vector<std::string> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Args

Definition at line 159 of file Diagnostics.h.

◆ Range

SourceRange clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Range

Definition at line 157 of file Diagnostics.h.

◆ Type

ErrorType clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Type

Definition at line 158 of file Diagnostics.h.


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