Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3298 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3303 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3304 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3307 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3491 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3492 if (MethodProtocol) { in FilterMethodsByTypeBound()