Lines Matching refs:getSlotAttributes
790 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
794 AttrBuilder B(getSlotAttributes(I), *IdxI); in addAttribute()
803 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
832 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
836 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
855 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
883 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
887 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
896 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()
904 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
924 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
928 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
940 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1102 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const { in getSlotAttributes() function in AttributeSet
1105 return pImpl->getSlotAttributes(Slot); in getSlotAttributes()