Searched refs:findProtocolsWithExplicitImpls (Results 1 – 1 of 1) sorted by relevance
1654 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function1659 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()1665 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function1671 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()1673 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()1708 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()