Lines Matching refs:attrIdxToArrayIdx
802 static constexpr unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
818 static_assert(attrIdxToArrayIdx(AttributeList::FunctionIndex) == 0U, in AttributeListImpl()
933 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
935 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
985 Index = attrIdxToArrayIdx(Index); in get()
1073 Index = attrIdxToArrayIdx(Index); in addAttributes()
1091 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1096 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1109 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1122 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1137 Index = attrIdxToArrayIdx(Index); in removeAttributes()
1151 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
1282 Index = attrIdxToArrayIdx(Index); in getAttributes()