Lines Matching defs:ToParm
4694 ImplicitParamDecl *ToParm = nullptr;
4695 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4698 return ToParm;
4699 return ToParm;
4755 ParmVarDecl *ToParm;
4756 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4761 return ToParm;
4766 if (Error Err = ImportDefaultArgOfParmVarDecl(D, ToParm))
4770 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex());
4771 ToParm->setObjCDeclQualifier(D->getObjCDeclQualifier());
4773 ToParm->setScopeInfo(D->getFunctionScopeDepth(),
4777 return ToParm;