Lines Matching refs:IMPDecl
2043 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
2047 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2048 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2056 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
2058 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
2059 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
2062 DiagnoseObjCImplementedDeprecations(*this, IDecl, IMPDecl->getLocation()); in ActOnStartClassImplementation()
2074 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2796 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
2809 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2814 IMPDecl->getInstanceMethod(I->getSelector()); in MatchAllMethodDeclarations()
2836 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2840 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
2859 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2870 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
2877 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
2884 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2891 IMPDecl, in MatchAllMethodDeclarations()
2938 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() argument
2944 for (const auto *I : IMPDecl->instance_methods()) in ImplMethodsVsClassMethods()
2948 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
2968 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties); in ImplMethodsVsClassMethods()
2972 diagnoseNullResettableSynthesizedSetters(IMPDecl); in ImplMethodsVsClassMethods()
2975 for (const auto *I : IMPDecl->class_methods()) in ImplMethodsVsClassMethods()
2982 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
2988 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
3000 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl, in ImplMethodsVsClassMethods()
3007 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P, in ImplMethodsVsClassMethods()
3010 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, in ImplMethodsVsClassMethods()