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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1986   if (!IDecl)
 1991       if ((IDecl = C->getClassInterface())) {
 1993         IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO);
 1996   if (IDecl)
 1997     CollectSuperClassPropertyImplementations(IDecl, NoNeedToImplPropMap);
 2006   if (IDecl) {
 2009     for (auto *PDecl : IDecl->all_referenced_protocols()) {