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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 2956   for (const auto *I : IMPDecl->instance_methods())
 2960   for (const auto *PImpl : IMPDecl->property_impls()) {
 2980     DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties);
 2984   diagnoseNullResettableSynthesizedSetters(IMPDecl);
 2987   for (const auto *I : IMPDecl->class_methods())
 2994                              IMPDecl, CDecl,
 3000         dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
 3012       CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl,
 3019         CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P,
 3022       DiagnoseUnimplementedProperties(S, IMPDecl, CDecl,