Home | History | Annotate | Download | only in Sema

Lines Matching full:packs

588 /// arguments in a set of argument packs.
621 /// \brief Finish template argument deduction for a set of argument packs,
622 /// producing the argument packs and checking for consistency with prior
633 // Build argument packs for each of the parameter packs expanded by this
774 // template parameter packs expanded by the function parameter pack.
777 // parameter packs expanded by the pack expansion.
793 assert(!PackIndices.empty() && "Pack expansion without unexpanded packs?");
828 // Build argument packs for each of the parameter packs expanded by this
1131 // at, so we have to wait until all of the parameter packs in this
1736 llvm_unreachable("Argument packs should be expanded by the caller!");
1745 /// This routine "expands" argument packs in-place, overriding its input
1775 // Unwrap argument packs.
1846 // template parameter packs expanded by Pi.
1850 // parameter packs expanded by the pack expansion.
1865 assert(!PackIndices.empty() && "Pack expansion without unexpanded packs?");
1868 // and set any deduced parameter packs to an empty argument pack.
1906 // Build argument packs for each of the parameter packs expanded by this
2634 // parameter packs, however, will be set to NULL since the deduction
2635 // mechanisms handle explicitly-specified argument packs directly.
3385 // for subsequent positions in the template parameter packs expanded by
3407 assert(!PackIndices.empty() && "Pack expansion without unexpanded packs?");
3478 // Build argument packs for each of the parameter packs expanded by this