Searched refs:ToSubstPack (Results 1 – 1 of 1) sorted by relevance
4830 const auto *ToSubstPack = selectFirst<SubstTemplateTypeParmPackType>( in TEST_P() local4834 ASSERT_TRUE(ToSubstPack); in TEST_P()4835 ASSERT_EQ(ToSubstPack->getIdentifier()->getName(), "T"); in TEST_P()4837 ToSubstPack->getArgumentPack().pack_elements(); in TEST_P()