clang
8.0.0
|
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"
Public Attributes | |
SourceRange | Range |
ErrorType | Type |
std::vector< std::string > | Args |
Definition at line 152 of file Diagnostics.h.
std::vector<std::string> clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Args |
Definition at line 155 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printMessageToStream().
SourceRange clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Range |
Definition at line 153 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printMessageToStream().
ErrorType clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message::Type |
Definition at line 154 of file Diagnostics.h.
Referenced by clang::ast_matchers::dynamic::printMessageToStream().