MLIR
20.0.0git
|
#include "mlir/TableGen/Format.h"
Public Member Functions | |
FmtObject (StringRef fmt, const FmtContext *ctx, Tuple &¶ms) | |
FmtObject (FmtObject const &that)=delete | |
FmtObject (FmtObject &&that) | |
Public Member Functions inherited from mlir::tblgen::FmtObjectBase | |
FmtObjectBase (StringRef fmt, const FmtContext *ctx, size_t numParams) | |
FmtObjectBase (const FmtObjectBase &that)=delete | |
FmtObjectBase (FmtObjectBase &&that) | |
void | format (llvm::raw_ostream &s) const |
std::string | str () const |
template<unsigned N> | |
SmallString< N > | sstr () const |
template<unsigned N> | |
operator SmallString< N > () const | |
operator std::string () const | |
Additional Inherited Members | |
Protected Attributes inherited from mlir::tblgen::FmtObjectBase | |
StringRef | fmt |
const FmtContext * | context |
std::vector< llvm::support::detail::format_adapter * > | adapters |
std::vector< FmtReplacement > | replacements |
|
inline |
Definition at line 191 of file Format.h.
References mlir::tblgen::FmtObjectBase::adapters.
|
delete |
|
inline |
Definition at line 200 of file Format.h.
References mlir::tblgen::FmtObjectBase::adapters.