Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp645 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { in getExpandedPackSize() function
713 getExpandedPackSize(TemplateParams->getParam(Index))) in addPack()
943 if (Optional<unsigned> Expansions = getExpandedPackSize(Param)) { in finish()
3042 Optional<unsigned> Expansions = getExpandedPackSize(Param); in SubstituteExplicitTemplateArguments()
H A DSemaTemplate.cpp4978 static Optional<unsigned> getExpandedPackSize(NamedDecl *Param) { in getExpandedPackSize() function
5066 if (Optional<unsigned> Expansions = getExpandedPackSize(*Param)) { in CheckTemplateArgumentList()
5098 (!(*Param)->isTemplateParameterPack() || getExpandedPackSize(*Param)); in CheckTemplateArgumentList()
5159 assert(!getExpandedPackSize(*Param) && in CheckTemplateArgumentList()