Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

295   // Check for unexpanded parameter packs.
2272 // Check for any unexpanded parameter packs.
9797 // Check for unexpanded parameter packs.
10197 // Check for unexpanded parameter packs.
11220 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
11221 collectUnexpandedParameterPacks(ET, Unexpanded);
11222 if (!Unexpanded.empty()) {
11225 Unexpanded);