Searched refs:attrEle (Results 1 – 1 of 1) sorted by relevance
1965 .Case([&](AttributeVariable *attrEle) { in genElementPrinter() argument1966 body << " || " << op.getGetterName(attrEle->getVar()->name) in genElementPrinter()2985 .Case([&](AttributeVariable *attrEle) { in verifyOIListParsingElement() argument2986 if (!attrEle->getVar()->attr.isOptional() && in verifyOIListParsingElement()2987 !attrEle->getVar()->attr.hasDefaultValue()) in verifyOIListParsingElement()3125 .Case([&](AttributeVariable *attrEle) { in verifyOptionalGroupElement() argument3126 if (isAnchor && !attrEle->getVar()->attr.isOptional()) in verifyOptionalGroupElement()