Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldParam

2171         ParmVarDecl *OldParam = OldProtoLoc->getArg(OldIdx);
2172 if (!OldParam->isParameterPack() ||
2173 // FIXME: Is this right? OldParam could expand to an empty parameter
2181 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam,
2188 OldParam);
2190 = SemaRef.getNumArgumentsInExpansion(OldParam->getType(),
2195 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg(OldParam,