Searched refs:findProtocolsWithExplicitImpls (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2565 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function 2570 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls() 2576 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function 2582 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls() 2584 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls() 2619 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2658 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()
|