Lines Matching refs:PackElements
809 PackElements += NumPartialPackArgs; in finishConstruction()
811 PackElements += *FixedNumExpansions; in finishConstruction()
832 Deduced[Pack.Index] = Pack.New[PackElements]; in finishConstruction()
856 return !FixedNumExpansions || *FixedNumExpansions > PackElements; in hasNextElement()
867 while (Pack.New.size() < PackElements) in nextPackElement()
869 if (Pack.New.size() == PackElements) in nextPackElement()
872 Pack.New[PackElements] = DeducedArg; in nextPackElement()
873 DeducedArg = Pack.New.size() > PackElements + 1 in nextPackElement()
874 ? Pack.New[PackElements + 1] in nextPackElement()
878 ++PackElements; in nextPackElement()
904 Pack.New.resize(PackElements); in finish()
962 if (*Expansions != PackElements) { in finish()
980 unsigned PackElements = 0; member in __anon584b56870111::PackDeductionScope