Home | History | Annotate | Download | only in Sema

Lines Matching refs:isPackExpansion

65     const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
72 Aligned->getSpellingListIndex(), IsPackExpansion);
79 Aligned->getSpellingListIndex(), IsPackExpansion);
86 if (!Aligned->isPackExpansion()) {
136 assert(!TmplAttr->isPackExpansion());
1801 } else if (D->isPackExpansion()) {
1959 } else if (D->isPackExpansion()) {
3660 if (Init->isPackExpansion()) {