Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

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