clang 20.0.0git
|
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 |
Information stored for one frame of the context.
Definition at line 147 of file Diagnostics.h.
std::vector<std::string> clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Args |
Definition at line 150 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printContextFrameToStream().
SourceRange clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Range |
Definition at line 149 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printContextFrameToStream().
ContextType clang::ast_matchers::dynamic::Diagnostics::ContextFrame::Type |
Definition at line 148 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printContextFrameToStream().