Home
last modified time | relevance | path

Searched refs:IMPDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1888 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, in DefaultSynthesizeProperties() argument
1907 if (IMPDecl->FindPropertyImplDecl( in DefaultSynthesizeProperties()
1914 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()
1919 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties()
1936 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties()
1953 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties()
1978 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
2099 for (const auto *I : IMPDecl->property_impls()) in DiagnoseUnimplementedProperties()
2104 for (const auto *I : IMPDecl->methods()) in DiagnoseUnimplementedProperties()
2136 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
[all …]
H A DSemaDeclObjC.cpp2059 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
2064 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
2066 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2075 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
2077 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
2078 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
2865 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
2919 IMPDecl, in MatchAllMethodDeclarations()
3003 for (const auto *I : IMPDecl->class_methods()) in ImplMethodsVsClassMethods()
3010 IMPDecl, CDecl, in ImplMethodsVsClassMethods()
[all …]
H A DSemaDecl.cpp17134 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local
17138 EnclosingContext = IMPDecl->getClassInterface(); in ActOnIvar()
17640 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local
17642 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl"); in ActOnFields()
17646 ClsFields[I]->setLexicalDeclContext(IMPDecl); in ActOnFields()
17647 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac); in ActOnFields()
17648 IMPDecl->setIvarLBraceLoc(LBrac); in ActOnFields()
17649 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4374 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl,
4380 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl,
4389 void DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl,
4450 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl,
4478 ObjCImplDecl* IMPDecl,