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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 3622   for (const ObjCMethodList *Method = &Methods.second; Method;
 3623        Method = Method->getNext())
 3623        Method = Method->getNext())
 3624     if (Method->getMethod() &&
 3625         (Method->getMethod()->isDefined() ||
 3626          Method->getMethod()->isPropertyAccessor()))
 3627       return Method->getMethod();