Searched refs:AttributeVariable (Results 1 – 1 of 1) sorted by relevance
65 AttributeVariable, enumerator107 struct AttributeVariable struct108 : public VariableElement<NamedAttribute, Element::Kind::AttributeVariable> {110 Element::Kind::AttributeVariable>::VariableElement;781 auto *anchor = dyn_cast<AttributeVariable>(optional->getAnchor()); in genElementParserStorage()804 } else if (auto *attr = dyn_cast<AttributeVariable>(element)) { in genElementParserStorage()882 if (auto *attr = dyn_cast<AttributeVariable>(¶m)) { in genCustomParameterParser()978 if (auto *attr = dyn_cast<AttributeVariable>(¶m)) { in genCustomDirectiveParser()1053 if (auto *attrVar = dyn_cast<AttributeVariable>(firstElement)) { in genElementParser()1079 auto *anchorAttr = dyn_cast<AttributeVariable>(optional->getAnchor()); in genElementParser()[all …]