Lines Matching refs:getSlotIndex
484 if (getSlotIndex(I) != Index) continue; in Raw()
697 if (getSlotIndex(I) >= Index) { in addAttributes()
698 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
710 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()
750 if (getSlotIndex(I) >= Index) { in removeAttributes()
751 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
763 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()
874 if (pImpl->getSlotIndex(I) == Index) in getAttributes()
903 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet
906 return pImpl->getSlotIndex(Slot); in getSlotIndex()
924 uint64_t Index = getSlotIndex(i); in dump()
946 if (pImpl->getSlotIndex(I) != Index) continue; in AttrBuilder()
1005 if (A.getSlotIndex(I) == Index) { in removeAttributes()
1092 if (A.getSlotIndex(I) == Index) { in hasAttributes()