Home | History | Annotate | Download | only in Sema

Lines Matching refs:isParameterPack

563   bool IsParameterPack = EllipsisLoc.isValid();
567 Typename, IsParameterPack);
583 if (DefaultArg && IsParameterPack) {
687 bool IsParameterPack = D.hasEllipsis();
693 IsParameterPack, TInfo);
711 if (Default && IsParameterPack) {
753 bool IsParameterPack = EllipsisLoc.isValid();
757 Depth, Position, IsParameterPack,
779 if (IsParameterPack && !Default.isInvalid()) {
1206 if (TTP->isParameterPack())
1213 isParameterPack() &&
1301 if (NewTypeParm->isParameterPack()) {
1326 if (!NewNonTypeParm->isParameterPack() &&
1345 if (NewNonTypeParm->isParameterPack()) {
1392 if (NewTemplateParm->isParameterPack()) {
2373 if (Params->getParam(I)->isParameterPack()) {
3397 if (NTTP->isParameterPack() && NTTP->isExpandedParameterPack())
5378 << ParamKind << New->isParameterPack();
5380 << ParamKind << Old->isParameterPack();