Home
last modified time | relevance | path

Searched refs:findProtocolsWithExplicitImpls (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1649 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function
1654 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()
1660 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function
1666 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()
1668 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()
1703 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()