Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

537 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
591 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
592 S.collectUnexpandedParameterPacks(Pattern, Unexpanded);
593 for (unsigned I = 0, N = Unexpanded.size(); I != N; ++I) {
595 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]);
609 assert(!Packs.empty() && "Pack expansion without unexpanded packs?");