Home | History | Annotate | Download | only in AST

Lines Matching full:pack

1310     // a max-field-alignment constraint (#pragma pack).  So calculate
3033 assert(P->getKind() == TemplateArgument::Type &&"Pack contains a non-type");
3034 assert(P->getAsType().isCanonical() && "Pack contains non-canonical type");
3062 /// parameter or parameter pack with the given depth, index, and (optionally)
3163 // a pack expansion that does not match up with a parameter pack.
3386 "Pack expansions must expand one or more parameter packs");
3396 // The canonical type might not contain an unexpanded parameter pack, if it
4033 case TemplateArgument::Pack: {