reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1219 if (!hasAttribute(Index, Kind)) return *this; 1221 Index = attrIdxToArrayIdx(Index); 1221 Index = attrIdxToArrayIdx(Index); 1223 assert(Index < AttrSets.size()); 1225 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind); 1225 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind);