Lines Matching refs:IMPDecl
1099 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
1103 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
1104 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1112 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
1114 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
1115 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
1120 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation()
1122 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1809 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
1822 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
1827 IMPDecl->getInstanceMethod(I->getSelector()); in MatchAllMethodDeclarations()
1848 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
1852 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
1869 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
1880 IMPDecl, Cat, IncompleteImpl, false, in MatchAllMethodDeclarations()
1886 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
1893 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
1900 IMPDecl, in MatchAllMethodDeclarations()
1947 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() argument
1953 for (const auto *I : IMPDecl->instance_methods()) in ImplMethodsVsClassMethods()
1963 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties); in ImplMethodsVsClassMethods()
1967 for (const auto *I : IMPDecl->class_methods()) in ImplMethodsVsClassMethods()
1974 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
1980 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
1992 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl, in ImplMethodsVsClassMethods()
1996 ImplMethodsVsClassMethods(S, IMPDecl, Ext, IncompleteImpl); in ImplMethodsVsClassMethods()
2002 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P, in ImplMethodsVsClassMethods()
2005 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, in ImplMethodsVsClassMethods()