Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2680 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function
2685 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()
2691 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function
2697 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()
2699 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()
2730 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()