Searched refs:MethodProtocol (Results 1 – 2 of 2) sorted by relevance
3180 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in isMethodContextSameForKindofLookup() local3185 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()3186 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()3189 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()3368 auto *MethodProtocol = dyn_cast<ObjCProtocolDecl>(Method->getDeclContext()); in FilterMethodsByTypeBound() local3369 if (MethodProtocol) { in FilterMethodsByTypeBound()
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()