Home
last modified time | relevance | path

Searched refs:WithoutIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1333 unsigned WithoutIndex) const { in removeAttributesAtIndex()
1336 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributesAtIndex()
1337 if (WithoutIndex >= getNumAttrSets()) in removeAttributesAtIndex()
1340 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributesAtIndex()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp821 auto WithoutIndex = completions(TU, Test.point(), {}, Opts); in TEST() local
822 EXPECT_THAT(WithoutIndex.Completions, in TEST()