Lines Matching defs:PackIndex
1629 Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex,
1785 std::optional<unsigned> PackIndex);
1988 std::optional<unsigned> PackIndex;
2001 PackIndex = getPackIndex(Arg);
2011 Template, AssociatedDecl, TTP->getIndex(), PackIndex);
2072 std::optional<unsigned> PackIndex;
2095 PackIndex = getPackIndex(Arg);
2100 Arg, PackIndex);
2171 std::optional<unsigned> PackIndex) {
2240 AssociatedDecl, parm->getIndex(), PackIndex, refParam);
2430 Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex,
2450 Replacement, AssociatedDecl, Index, PackIndex);
2496 std::optional<unsigned> PackIndex;
2513 // PackIndex starts from last element.
2514 PackIndex = getPackIndex(Arg);
2523 PackIndex, Arg, TL.getNameLoc());