#include "mlir/Support/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/FormatVariadic.h"
Go to the source code of this file.
|
template<typename... Ts> |
auto | mlir::tblgen::tgfmt (StringRef fmt, const FmtContext *ctx, Ts &&...vals) -> FmtObject< decltype(std::make_tuple(llvm::support::detail::build_format_adapter(std::forward< Ts >(vals))...))> |
| Formats text by substituting placeholders in format string with replacement parameters. More...
|
|
FmtStrVecObject | mlir::tblgen::tgfmt (StringRef fmt, const FmtContext *ctx, ArrayRef< std::string > params) |
|