Lines Matching refs:AttributeWithIndex
2679 SmallVector<AttributeWithIndex, 8> Attrs; in ParseFunctionHeader()
2682 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseFunctionHeader()
2687 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseFunctionHeader()
2691 Attrs.push_back(AttributeWithIndex::get(~0, FuncAttrs)); in ParseFunctionHeader()
3216 SmallVector<AttributeWithIndex, 8> Attrs; in ParseInvoke()
3218 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseInvoke()
3239 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseInvoke()
3246 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs)); in ParseInvoke()
3612 SmallVector<AttributeWithIndex, 8> Attrs; in ParseCall()
3614 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs)); in ParseCall()
3635 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs)); in ParseCall()
3642 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs)); in ParseCall()