Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

314   // Check for unexpanded parameter packs.
2934 // Check for any unexpanded parameter packs.
11431 // Check for unexpanded parameter packs.
11861 // Check for unexpanded parameter packs.
12977 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
12978 collectUnexpandedParameterPacks(ET, Unexpanded);
12979 if (!Unexpanded.empty()) {
12982 Unexpanded);