Home | History | Annotate | Download | only in Sema

Lines Matching defs:Unexpanded

316   // Check for unexpanded parameter packs.
2701 // Check for any unexpanded parameter packs.
10847 // Check for unexpanded parameter packs.
11264 // Check for unexpanded parameter packs.
12344 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
12345 collectUnexpandedParameterPacks(ET, Unexpanded);
12346 if (!Unexpanded.empty()) {
12349 Unexpanded);