Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:NewDecl

1325   Constant *NewDecl = EP.get(ARCRuntimeEntryPoints::EPT_Retain);
1326 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
1363 Constant *NewDecl = EP.get(ARCRuntimeEntryPoints::EPT_Autorelease);
1364 AutoreleaseRVCI->setCalledFunction(NewDecl);
1398 Constant *NewDecl = EP.get(ARCRuntimeEntryPoints::EPT_Retain);
1399 RetainBlock->setCalledFunction(NewDecl);