• Home
  • Raw
  • Download

Lines Matching refs:IMPDecl

1963   ObjCImplementationDecl* IMPDecl =  in ActOnStartClassImplementation()  local
1967 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
1968 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1976 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
1978 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
1979 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
1984 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation()
1996 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2725 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
2738 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2743 IMPDecl->getInstanceMethod(I->getSelector()); in MatchAllMethodDeclarations()
2765 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
2769 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
2788 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2799 IMPDecl, Cat, IncompleteImpl, in MatchAllMethodDeclarations()
2806 IMPDecl, Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
2813 IMPDecl, PI, IncompleteImpl, false, in MatchAllMethodDeclarations()
2820 IMPDecl, in MatchAllMethodDeclarations()
2867 void Sema::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, in ImplMethodsVsClassMethods() argument
2873 for (const auto *I : IMPDecl->instance_methods()) in ImplMethodsVsClassMethods()
2877 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
2897 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, SynthesizeProperties); in ImplMethodsVsClassMethods()
2901 diagnoseNullResettableSynthesizedSetters(IMPDecl); in ImplMethodsVsClassMethods()
2904 for (const auto *I : IMPDecl->class_methods()) in ImplMethodsVsClassMethods()
2911 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
2917 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
2929 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl, in ImplMethodsVsClassMethods()
2936 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P, in ImplMethodsVsClassMethods()
2939 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, in ImplMethodsVsClassMethods()