Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3299 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3304 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3305 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3308 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3492 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3493 if (MethodProtocol) { in FilterMethodsByTypeBound()