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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 7262   ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface();
 7265     = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());
 7272   SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods());
 7276   for (const auto *Prop : IDecl->property_impls()) {
 7296   SmallVector<ObjCMethodDecl *, 32> ClassMethods(IDecl->class_methods());
 7319                                 /* Container */IDecl,
 7332   if (ImplementationIsNonLazy(IDecl))