Home | History | Annotate | Download | only in Sema

Lines Matching refs:isParameterPack

54       if (TL.getTypePtr()->isParameterPack())
65 if (T->isParameterPack())
74 if (E->getDecl()->isParameterPack())
85 if (TTP->isParameterPack())
187 if (VD->isParameterPack())
810 return ND && ND->isParameterPack();
867 if (!ParameterPack || !ParameterPack->isParameterPack()) {