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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4991   if (Method->isClassMethod())
 4993   const ObjCInterfaceDecl *IDecl = Method->getClassInterface();
 4996   Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true,
 4996   Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true,
 4999   if (!Method || !Method->isPropertyAccessor())
 4999   if (!Method || !Method->isPropertyAccessor())
 5001   if ((PDecl = Method->findPropertyDecl()))