Lines Matching defs:PackIndex
1665 Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex,
1847 std::optional<unsigned> PackIndex);
2055 std::optional<unsigned> PackIndex;
2068 PackIndex = getPackIndex(Arg);
2078 Template, AssociatedDecl, TTP->getIndex(), PackIndex);
2141 std::optional<unsigned> PackIndex;
2164 PackIndex = getPackIndex(Arg);
2169 Arg, PackIndex);
2259 std::optional<unsigned> PackIndex) {
2328 AssociatedDecl, parm->getIndex(), PackIndex, refParam);
2538 Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex,
2558 Replacement, AssociatedDecl, Index, PackIndex);
2608 std::optional<unsigned> PackIndex;
2625 // PackIndex starts from last element.
2626 PackIndex = getPackIndex(Arg);
2635 PackIndex, Arg, TL.getNameLoc());
3195 std::optional<unsigned> PackIndex;
3197 PackIndex = Arg.pack_size() - 1 - SemaRef.ArgumentPackSubstitutionIndex;
3200 TL.getType(), T->getDecl(), T->getIndex(), PackIndex,