Searched refs:findProtocolsWithExplicitImpls (Results 1 – 1 of 1) sorted by relevance
2540 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function2545 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()2551 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function2557 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()2559 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()2594 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()