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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 3615   for (const ObjCMethodList *Method = &Methods.first; Method;
 3616        Method = Method->getNext())
 3616        Method = Method->getNext())
 3617     if (Method->getMethod() &&
 3618         (Method->getMethod()->isDefined() ||
 3619          Method->getMethod()->isPropertyAccessor()))
 3620       return Method->getMethod();