Searched defs:findProtocolsWithExplicitImpls (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2540 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, function
2545 findProtocolsWithExplicitImpls(PI, PNS);
2551 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, function
2557 findProtocolsWithExplicitImpls(I, PNS);
2559 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS);
2594 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl);

Completed in 608 milliseconds