Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2671 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function
2676 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()
2682 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function
2688 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()
2690 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()
2721 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()