reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6999 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); 7022 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); 7026 for (const auto *Prop : IDecl->property_impls()) { 7035 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/)) 7040 if (mustSynthesizeSetterGetterMethod(IDecl, PD, false /*setter*/)) 7046 IDecl->getNameAsString(), true); 7048 SmallVector<ObjCMethodDecl *, 32> ClassMethods(IDecl->class_methods()); 7052 IDecl->getNameAsString(), true); 7070 IDecl->getNameAsString()); 7076 /* Container */IDecl, 7150 if (ImplementationIsNonLazy(IDecl))