Lines Matching refs:getSlotIndex
576 if (getSlotIndex(I) != Index) continue; in Raw()
789 if (getSlotIndex(I) < *IdxI) in addAttribute()
791 else if (getSlotIndex(I) > *IdxI) in addAttribute()
831 if (getSlotIndex(I) >= Index) { in addAttributes()
832 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
844 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()
882 if (getSlotIndex(I) >= Index) { in removeAttributes()
883 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
895 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()
923 if (getSlotIndex(I) >= Index) { in removeAttributes()
924 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
1067 if (pImpl->getSlotIndex(I) == Index) in getAttributes()
1096 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet
1099 return pImpl->getSlotIndex(Slot); in getSlotIndex()
1117 uint64_t Index = getSlotIndex(i); in dump()
1140 if (pImpl->getSlotIndex(I) != Index) continue; in AttrBuilder()
1209 if (A.getSlotIndex(I) == Index) { in removeAttributes()
1344 if (A.getSlotIndex(I) == Index) { in hasAttributes()