Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3309 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3314 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3315 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3318 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3497 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3498 if (MethodProtocol) { in FilterMethodsByTypeBound()