Lines Matching refs:IMPDecl
2059 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
2063 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
2064 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
2066 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2067 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2075 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
2077 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
2078 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
2081 DiagnoseObjCImplementedDeprecations(*this, IDecl, IMPDecl->getLocation()); in ActOnStartClassImplementation()
2093 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2818 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
2831 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2836 IMPDecl->getInstanceMethod(I->getSelector()); in MatchAllMethodDeclarations()
2861 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2865 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
2887 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2898 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
2905 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
2912 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2919 IMPDecl, in MatchAllMethodDeclarations()
2966 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() argument
2972 for (const auto *I : IMPDecl->instance_methods()) in ImplMethodsVsClassMethods()
2976 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
2996 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties); in ImplMethodsVsClassMethods()
3000 diagnoseNullResettableSynthesizedSetters(IMPDecl); in ImplMethodsVsClassMethods()
3003 for (const auto *I : IMPDecl->class_methods()) in ImplMethodsVsClassMethods()
3010 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
3016 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
3028 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl, in ImplMethodsVsClassMethods()
3035 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P, in ImplMethodsVsClassMethods()
3038 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, in ImplMethodsVsClassMethods()