Home
last modified time | relevance | path

Searched refs:FmtStrVecObject (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DFormat.h208 class FmtStrVecObject : public FmtObjectBase {
213 FmtStrVecObject(StringRef fmt, const FmtContext *ctx,
215 FmtStrVecObject(FmtStrVecObject const &that) = delete;
216 FmtStrVecObject(FmtStrVecObject &&that);
274 inline FmtStrVecObject tgfmt(StringRef fmt, const FmtContext *ctx, in tgfmt()
276 return FmtStrVecObject(fmt, ctx, params); in tgfmt()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DFormat.cpp207 FmtStrVecObject::FmtStrVecObject(StringRef fmt, const FmtContext *ctx, in FmtStrVecObject() function in FmtStrVecObject
219 FmtStrVecObject::FmtStrVecObject(FmtStrVecObject &&that) in FmtStrVecObject() function in FmtStrVecObject