Searched refs:AttrIndex (Results 1 – 4 of 4) sorted by relevance
162 uint32_t AttrIndex = 0; in getAttributeValue() local164 if (*MatchAttrIndex == AttrIndex) { in getAttributeValue()180 ++AttrIndex; in getAttributeValue()
200 enum AttrIndex : unsigned { enum
339 enum AttrIndex : unsigned {
2127 unsigned AttrIndex; in StripAttr() local2128 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) in StripAttr()2129 return Attrs.removeAttribute(C, AttrIndex, A); in StripAttr()