Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2686 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls() function
2691 findProtocolsWithExplicitImpls(PI, PNS); in findProtocolsWithExplicitImpls()
2697 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() function
2703 findProtocolsWithExplicitImpls(I, PNS); in findProtocolsWithExplicitImpls()
2705 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS); in findProtocolsWithExplicitImpls()
2736 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl); in CheckProtocolMethodDefs()