Lines Matching refs:AttributeWithIndex
2655 SmallVector<AttributeWithIndex, 8> Attrs; in ParseFunctionHeader()
2658 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseFunctionHeader()
2663 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseFunctionHeader()
2667 Attrs.push_back(AttributeWithIndex::get(~0, FuncAttrs)); in ParseFunctionHeader()
3186 SmallVector<AttributeWithIndex, 8> Attrs; in ParseInvoke()
3188 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseInvoke()
3209 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseInvoke()
3216 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs)); in ParseInvoke()
3522 SmallVector<AttributeWithIndex, 8> Attrs; in ParseCall()
3524 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseCall()
3545 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseCall()
3552 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs)); in ParseCall()