Lines Matching refs:getSlotIndex
650 if (getSlotIndex(I) != Index) continue; in Raw()
872 if (getSlotIndex(I) < *IdxI) in addAttribute()
874 else if (getSlotIndex(I) > *IdxI) in addAttribute()
914 if (getSlotIndex(I) >= Index) { in addAttributes()
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
927 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()
971 if (getSlotIndex(I) >= Index) { in removeAttributes()
972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
984 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()
1012 if (getSlotIndex(I) >= Index) { in removeAttributes()
1013 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
1119 if (Index) *Index = pImpl->getSlotIndex(I); in hasAttrSomewhere()
1174 if (pImpl->getSlotIndex(I) == Index) in getAttributes()
1200 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet
1203 return pImpl->getSlotIndex(Slot); in getSlotIndex()
1221 uint64_t Index = getSlotIndex(i); in dump()
1244 if (pImpl->getSlotIndex(I) != Index) continue; in AttrBuilder()
1318 if (A.getSlotIndex(I) == Index) { in removeAttributes()
1479 if (A.getSlotIndex(I) == Index) { in hasAttributes()