reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2713 if (S.getLangOpts().ObjCRuntime.isNeXTFamily()) { 2721 IdentifierInfo* II = &S.Context.Idents.get("forwardInvocation"); 2722 Selector fISelector = S.Context.Selectors.getSelector(1, &II); 2726 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy")); 2767 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { 2768 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, 2790 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { 2791 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); 2797 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap,