clang 20.0.0git
|
Helper stream class. More...
#include "clang/ASTMatchers/Dynamic/Diagnostics.h"
Public Member Functions | |
ArgStream (std::vector< std::string > *Out) | |
template<class T > | |
ArgStream & | operator<< (const T &Arg) |
ArgStream & | operator<< (const Twine &Arg) |
Helper stream class.
Definition at line 88 of file Diagnostics.h.
|
inline |
Definition at line 90 of file Diagnostics.h.
Diagnostics::ArgStream & clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< | ( | const Twine & | Arg | ) |
Definition at line 60 of file Diagnostics.cpp.