Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3251 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3256 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3257 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3260 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3439 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3440 if (MethodProtocol) { in FilterMethodsByTypeBound()