Lines Matching refs:PackElements
805 PackElements += NumPartialPackArgs; in finishConstruction()
807 PackElements += *FixedNumExpansions; in finishConstruction()
828 Deduced[Pack.Index] = Pack.New[PackElements]; in finishConstruction()
852 return !FixedNumExpansions || *FixedNumExpansions > PackElements; in hasNextElement()
863 while (Pack.New.size() < PackElements) in nextPackElement()
865 if (Pack.New.size() == PackElements) in nextPackElement()
868 Pack.New[PackElements] = DeducedArg; in nextPackElement()
869 DeducedArg = Pack.New.size() > PackElements + 1 in nextPackElement()
870 ? Pack.New[PackElements + 1] in nextPackElement()
874 ++PackElements; in nextPackElement()
900 Pack.New.resize(PackElements); in finish()
958 if (*Expansions != PackElements) { in finish()
976 unsigned PackElements = 0; member in __anon0fd3273b0111::PackDeductionScope