Home | History | Annotate | Download | only in Sema

Lines Matching defs:Unexpanded

296   // Check for unexpanded parameter packs.
2539 // Check for any unexpanded parameter packs.
10341 // Check for unexpanded parameter packs.
10761 // Check for unexpanded parameter packs.
11827 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
11828 collectUnexpandedParameterPacks(ET, Unexpanded);
11829 if (!Unexpanded.empty()) {
11832 Unexpanded);