Lines Matching full:pack
710 /// points to a TemplateArgument within a parameter pack.
713 /// EndTA - the end iterator of a parameter pack
724 // Set to first template argument. If not a parameter pack, done.
726 if (TA.getKind() != TemplateArgument::Pack) return;
728 // Start looking into the parameter pack.
735 // Parameter pack is empty, use the increment to get to a valid
754 // If in a parameter pack, advance in the parameter pack.
766 // If the TemplateArgument is not a parameter pack, done.
768 if (TA.getKind() != TemplateArgument::Pack) break;
774 // If the parameter pack is empty, try to advance again.
843 // argument pack, so re-use the last parameter.