|
MLIR 22.0.0git
|
#include "Query/Matcher/Diagnostics.h"
Public Member Functions | |
| ArgStream (std::vector< std::string > *out) | |
| template<class T> | |
| ArgStream & | operator<< (const T &arg) |
| ArgStream & | operator<< (const llvm::Twine &arg) |
Definition at line 31 of file Diagnostics.h.
|
inline |
Definition at line 33 of file Diagnostics.h.
Referenced by operator<<().
| Diagnostics::ArgStream & mlir::query::matcher::internal::Diagnostics::ArgStream::operator<< | ( | const llvm::Twine & | arg | ) |
Definition at line 14 of file Diagnostics.cpp.
|
inline |
Definition at line 35 of file Diagnostics.h.
References ArgStream(), and operator<<().
Referenced by operator<<().