|
My Project
|
#include <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::detail::format_adapter * > | adapters |
| std::vector< FmtReplacement > | replacements |
|
inline |
|
delete |
|
inline |
1.8.13