Searched refs:MethodProtocol (Results 1 – 1 of 1) sorted by relevance
3291 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3296 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3297 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3300 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3484 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3485 if (MethodProtocol) { in FilterMethodsByTypeBound()