Lines Matching refs:Index
608 /// \brief Retrieve the depth and index of a parameter pack.
683 unsigned Depth, Index;
684 std::tie(Depth, Index) = getDepthAndIndex(PartialPack);
685 if (TemplateArgs.hasTemplateArgument(Depth, Index)) {
686 Result = TemplateArgs(Depth, Index);
687 TemplateArgs.setArgument(Depth, Index, TemplateArgument());
702 unsigned Depth, Index;
703 std::tie(Depth, Index) = getDepthAndIndex(PartialPack);
704 TemplateArgs.setArgument(Depth, Index, Arg);