Home | History | Annotate | Download | only in Sema

Lines Matching full:expansions

209   /// By default, the transformer never tries to expand pack expansions.
225 /// expand the corresponding pack expansions into separate arguments. When
236 /// number of expansions is known a priori (e.g., due to a prior substitution)
237 /// and will be set by the callee when the number of expansions is known.
328 /// support for variadic templates by expanding any pack expansions (if the
329 /// derived class permits such expansion) along the way. When pack expansions
2873 llvm_unreachable("Caller should expand pack expansions");