Searched refs:PrevObjCMethod (Results 1 – 2 of 2) sorted by relevance
3256 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local3260 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()3272 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()3278 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3361 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local3365 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()3377 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()3383 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()