Searched refs:WithoutIndex (Results 1 – 2 of 2) sorted by relevance
1333 unsigned WithoutIndex) const { in removeAttributesAtIndex()1336 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributesAtIndex()1337 if (WithoutIndex >= getNumAttrSets()) in removeAttributesAtIndex()1340 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributesAtIndex()
821 auto WithoutIndex = completions(TU, Test.point(), {}, Opts); in TEST() local822 EXPECT_THAT(WithoutIndex.Completions, in TEST()