Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unexpanded

5931   // diagnose an unexpanded pack now (will be diagnosed once lambda-expr 
5940 // unexpanded pack detection) to walk over LambdaScopeInfos which don't have a
6069 // Check for unexpanded parameter packs.
6070 SmallVector<UnexpandedParameterPack, 4> Unexpanded;
6071 collectUnexpandedParameterPacks(SS, Unexpanded);
6072 collectUnexpandedParameterPacks(TargetNameInfo, Unexpanded);
6073 if (!Unexpanded.empty()) {
6077 Unexpanded);