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

Information stored for one frame of the context. More...

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

Public Attributes

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

Detailed Description

Information stored for one frame of the context.

Definition at line 147 of file Diagnostics.h.

Member Data Documentation

◆ Args

std::vector<std::string> clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Args

◆ Range

SourceRange clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Range

◆ Type

ContextType clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Type

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