Searched refs:WithoutIndex (Results 1 – 5 of 5) sorted by relevance
1247 unsigned WithoutIndex) const { in removeAttributes()1250 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()1251 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()1254 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributes()
1383 unsigned WithoutIndex) const { in removeAttributes()1386 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()1387 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()1390 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributes()
741 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
799 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
804 auto WithoutIndex = completions(TU, Test.point(), {}, Opts); in TEST() local805 EXPECT_THAT(WithoutIndex.Completions, in TEST()