Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

6701   // diagnose an unexpanded pack now (will be diagnosed once lambda-expr 
6710 // unexpanded pack detection) to walk over LambdaScopeInfos which don't have a
6843 // Check for unexpanded parameter packs.
6844 SmallVector<UnexpandedParameterPack, 4> Unexpanded;
6845 collectUnexpandedParameterPacks(SS, Unexpanded);
6846 collectUnexpandedParameterPacks(TargetNameInfo, Unexpanded);
6847 if (!Unexpanded.empty()) {
6851 Unexpanded);