Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2658 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function
2663 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()
2669 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function
2675 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()
2677 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()
2712 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()