Lines Matching refs:NewAttrs
1467 SmallVector<Attribute, 8> NewAttrs(Attrs.begin(), Attrs.end()); in addAttributeAtIndex() local
1468 NewAttrs.push_back(Attribute::get(C, Kind)); in addAttributeAtIndex()
1469 return setAttributesAtIndex(C, Index, AttributeSet::get(C, NewAttrs)); in addAttributeAtIndex()
1542 AttributeSet NewAttrs = Attrs.removeAttribute(C, Kind); in removeAttributeAtIndex() local
1543 if (Attrs == NewAttrs) in removeAttributeAtIndex()
1545 return setAttributesAtIndex(C, Index, NewAttrs); in removeAttributeAtIndex()
1552 AttributeSet NewAttrs = Attrs.removeAttribute(C, Kind); in removeAttributeAtIndex() local
1553 if (Attrs == NewAttrs) in removeAttributeAtIndex()
1555 return setAttributesAtIndex(C, Index, NewAttrs); in removeAttributeAtIndex()
1561 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributesAtIndex() local
1563 if (Attrs == NewAttrs) in removeAttributesAtIndex()
1565 return setAttributesAtIndex(C, Index, NewAttrs); in removeAttributesAtIndex()