Searched refs:IMPDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1555 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties() argument 1573 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier())) in DefaultSynthesizeProperties() 1575 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties() 1578 if (IMPDecl->getInstanceMethod(Prop->getSetterName())) in DefaultSynthesizeProperties() 1587 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties() 1596 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties() 1607 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties() 1625 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties() 1641 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties() argument 1667 I = IMPDecl->propimpl_begin(), in DiagnoseUnimplementedProperties() [all …]
|
D | SemaDeclObjC.cpp | 1063 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local 1067 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation() 1068 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation() 1076 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation() 1078 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation() 1079 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation() 1084 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation() 1086 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation() 1714 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument 1729 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations() [all …]
|
D | SemaDecl.cpp | 11391 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local 11395 EnclosingContext = IMPDecl->getClassInterface(); in ActOnIvar() 11836 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local 11838 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl"); in ActOnFields() 11842 ClsFields[I]->setLexicalDeclContext(IMPDecl); in ActOnFields() 11843 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac); in ActOnFields() 11844 IMPDecl->setIvarLBraceLoc(LBrac); in ActOnFields() 11845 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2565 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, 2571 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, 2576 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl, 2628 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, 2652 ObjCImplDecl* IMPDecl,
|