|
MLIR 22.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, mlir::tblgen::FmtObjectBase::fmt, and mlir::tblgen::FmtObjectBase::FmtObjectBase().
Referenced by FmtObject(), and FmtObject().
|
delete |
References FmtObject().
|
inline |
Definition at line 200 of file Format.h.
References mlir::tblgen::FmtObjectBase::adapters, FmtObject(), and mlir::tblgen::FmtObjectBase::FmtObjectBase().