Home | History | Annotate | Download | only in AST

Lines Matching full:pack

704     // a max-field-alignment constraint (#pragma pack).  So calculate
2235 assert(P->getKind() == TemplateArgument::Type &&"Pack contains a non-type");
2236 assert(P->getAsType().isCanonical() && "Pack contains non-canonical type");
2264 /// parameter or parameter pack with the given depth, index, and (optionally)
2579 "Pack expansions must expand one or more parameter packs");
3169 case TemplateArgument::Pack: {