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