Lines Matching refs:getSlotAttributes
873 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
877 AttrBuilder B(getSlotAttributes(I), *IdxI); in addAttribute()
886 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
919 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
938 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
976 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
985 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()
993 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1013 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
1017 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1029 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1206 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const { in getSlotAttributes() function in AttributeSet
1209 return pImpl->getSlotAttributes(Slot); in getSlotAttributes()