Searched refs:getExpandedPackSize (Results 1 – 3 of 3) sorted by relevance
662 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { in getExpandedPackSize() function734 getExpandedPackSize(TemplateParams->getParam(Index))) in addPack()972 if (Optional<unsigned> Expansions = getExpandedPackSize(Param)) { in finish()3292 Optional<unsigned> Expansions = getExpandedPackSize(Param); in SubstituteExplicitTemplateArguments()
5598 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { in getExpandedPackSize() function5696 if (Optional<unsigned> Expansions = getExpandedPackSize(*Param)) { in CheckTemplateArgumentList()5728 (!(*Param)->isTemplateParameterPack() || getExpandedPackSize(*Param)); in CheckTemplateArgumentList()5792 assert(!getExpandedPackSize(*Param) && in CheckTemplateArgumentList()
3734 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { in getExpandedPackSize() function3809 if (Optional<unsigned> Expansions = getExpandedPackSize(*Param)) { in CheckTemplateArgumentList()3843 (!(*Param)->isTemplateParameterPack() || getExpandedPackSize(*Param)); in CheckTemplateArgumentList()3904 assert(!getExpandedPackSize(*Param) && in CheckTemplateArgumentList()