Lines Matching full:pack
138 /// \brief Suppress traversal of template argument pack expansions.
146 /// \brief Suppress traversal of template argument pack expansions.
199 // An appearance of a name of a parameter pack that is not expanded is
215 // An appearance of a name of a parameter pack that is not expanded is
230 // An appearance of a name of a parameter pack that is not expanded is
248 // An appearance of a name of a parameter pack that is not expanded is
391 // Create the pack expansion type and source-location information.
414 // The pattern of a pack expansion shall name one or more
415 // parameter packs that are not expanded by a nested pack
436 // The pattern of a pack expansion shall name one or more
437 // parameter packs that are not expanded by a nested pack
445 // Create the pack expansion expression and source-location information.
450 /// \brief Retrieve the depth and index of a parameter pack.
477 // Compute the depth and index for this parameter pack.
497 // Determine the size of this argument pack.
500 // Figure out whether we're instantiating to an argument pack or not.
507 // We could expand this function parameter pack.
510 // We can't expand this function parameter pack, so we can't expand
511 // the pack expansion.
517 // cannot expand the pack expansion. Make a note of this, but we still
525 // Determine the size of the argument pack.
531 // arguments corresponding to a template parameter pack, even when the
544 // The is the first pack we've seen for which we have an argument.
555 // All of the parameter packs expanded by a pack expansion shall have
579 // Compute the depth and index for this parameter pack.
590 // Function parameter pack.
608 // Determine the size of the argument pack.
687 /// \brief Called when an expression computing the size of a parameter pack
698 /// \param Name The name of the parameter pack whose size will be determined.
699 /// \param NameLoc The source location of the name of the parameter pack.
707 // The identifier in a sizeof... expression shall name a parameter pack.