Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp4813 const auto *FromSubstPack = selectFirst<SubstTemplateTypeParmPackType>( in TEST_P() local
4816 ASSERT_TRUE(FromSubstPack); in TEST_P()
4817 ASSERT_EQ(FromSubstPack->getIdentifier()->getName(), "T"); in TEST_P()
4819 FromSubstPack->getArgumentPack().pack_elements(); in TEST_P()