reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 2775     if (method->getImplementationControl() != ObjCMethodDecl::Optional &&
 2776         !ClsMap.count(method->getSelector()) &&
 2777         (!Super || !Super->lookupMethod(method->getSelector(),
 2783       if (C && IDecl->lookupMethod(method->getSelector(),
 2791         WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl);