Lines Matching refs:IMPDecl
1036 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
1040 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
1041 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1050 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
1051 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
1056 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation()
1058 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1673 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
1688 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations()
1693 IMPDecl->getInstanceMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
1718 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations()
1722 IMPDecl->getClassMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
1745 IMPDecl, *Cat, IncompleteImpl, false, in MatchAllMethodDeclarations()
1755 IMPDecl, *Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
1765 IMPDecl, in MatchAllMethodDeclarations()
1773 IMPDecl, in MatchAllMethodDeclarations()
1812 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() argument
1819 I = IMPDecl->instmeth_begin(), E = IMPDecl->instmeth_end(); I!=E; ++I) in ImplMethodsVsClassMethods()
1829 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, InsMap); in ImplMethodsVsClassMethods()
1833 I = IMPDecl->classmeth_begin(), in ImplMethodsVsClassMethods()
1834 E = IMPDecl->classmeth_end(); I != E; ++I) in ImplMethodsVsClassMethods()
1841 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
1847 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
1859 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl, in ImplMethodsVsClassMethods()
1866 ImplMethodsVsClassMethods(S, IMPDecl, *Ext, IncompleteImpl); in ImplMethodsVsClassMethods()
1874 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl, in ImplMethodsVsClassMethods()
1886 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, InsMap); in ImplMethodsVsClassMethods()