Searched refs:FromSubstPack (Results 1 – 1 of 1) sorted by relevance
4813 const auto *FromSubstPack = selectFirst<SubstTemplateTypeParmPackType>( in TEST_P() local4816 ASSERT_TRUE(FromSubstPack); in TEST_P()4817 ASSERT_EQ(FromSubstPack->getIdentifier()->getName(), "T"); in TEST_P()4819 FromSubstPack->getArgumentPack().pack_elements(); in TEST_P()