Home | History | Annotate | Download | only in AST

Lines Matching defs:isParameterPack

169       if (TTP->isParameterPack())
181 if (NTTP->isParameterPack())
188 if (TTP->isParameterPack())
478 bool TemplateTypeParmDecl::isParameterPack() const {
479 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();