Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3285 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3290 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3291 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3294 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3476 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3477 if (MethodProtocol) { in FilterMethodsByTypeBound()