Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1536 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties() argument
1554 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier())) in DefaultSynthesizeProperties()
1556 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties()
1559 if (IMPDecl->getInstanceMethod(Prop->getSetterName())) in DefaultSynthesizeProperties()
1563 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties()
1578 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties()
1590 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties()
1600 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
1616 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties()
1635 ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedAccessor() argument
[all …]
HDSemaDeclObjC.cpp1929 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local
1933 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
1934 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
1942 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation()
1944 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
1945 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
1950 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation()
1952 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation()
2681 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument
2694 WarnUndefinedMethod(*this, IMPDecl->getLocation(), I, IncompleteImpl, in MatchAllMethodDeclarations()
[all …]
HDSemaDecl.cpp12951 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local
12955 EnclosingContext = IMPDecl->getClassInterface(); in ActOnIvar()
13416 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local
13418 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl"); in ActOnFields()
13422 ClsFields[I]->setLexicalDeclContext(IMPDecl); in ActOnFields()
13423 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac); in ActOnFields()
13424 IMPDecl->setIvarLBraceLoc(LBrac); in ActOnFields()
13425 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2967 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl,
2973 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl,
2982 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl,
3041 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl,
3069 ObjCImplDecl* IMPDecl,