clang API Documentation
Helper stream class. More...
#include <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 84 of file Diagnostics.h.
clang::ast_matchers::dynamic::Diagnostics::ArgStream::ArgStream | ( | std::vector< std::string > * | Out | ) | [inline] |
Definition at line 86 of file Diagnostics.h.
ArgStream& clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< | ( | const T & | Arg | ) | [inline] |
Definition at line 87 of file Diagnostics.h.
Diagnostics::ArgStream & clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< | ( | const Twine & | Arg | ) |
Definition at line 62 of file Diagnostics.cpp.