Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3180 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3185 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3186 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3189 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3368 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3369 if (MethodProtocol) { in FilterMethodsByTypeBound()