Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp128 bool isWithKeyword() const { return withKeyword; } in isWithKeyword() function in __anonf2a272a10211::AttrDictDirective
1286 << (attrDict->isWithKeyword() ? "WithKeyword" : "") in genElementParser()
2005 genAttrDictPrinter(*this, op, body, attrDict->isWithKeyword()); in genElementPrinter()