Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp770 ArrayRef<FormatElement *> elements = optional->getThenElements(); in genElementParserStorage()
1116 optional->getThenElements().drop_front(optional->getParseStart()); in genElementParser()
1877 for (FormatElement *arg : ele->getThenElements()) in collect()
1920 auto elements = optional->getThenElements(); in genElementPrinter()
2389 emitError, attrName, optional->getThenElements(), in checkElementRangeForColon()
2391 optional->getThenElements().front())) in checkElementRangeForColon()
2437 verifyAttributeColon(emitError, optional->getThenElements()); in verifyAttributeColon()
H A DFormatGen.h371 ArrayRef<FormatElement *> getThenElements() const { return thenElements; } in getThenElements() function
H A DAttrOrTypeFormatGen.cpp630 el->getThenElements().drop_front(el->getParseStart()); in genOptionalGroupParser()
840 for (FormatElement *element : el->getThenElements()) in genOptionalGroupPrinter()