Searched refs:IMPDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1527 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, in DefaultSynthesizeProperties() argument 1545 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier())) in DefaultSynthesizeProperties() 1547 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties() 1550 if (IMPDecl->getInstanceMethod(Prop->getSetterName())) in DefaultSynthesizeProperties() 1554 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties() 1569 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties() 1581 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties() 1591 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties() 1607 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties() 1626 ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedAccessor() argument [all …]
|
D | SemaDeclObjC.cpp | 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() [all …]
|
D | SemaDecl.cpp | 12698 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local 12702 EnclosingContext = IMPDecl->getClassInterface(); in ActOnIvar() 13163 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local 13165 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl"); in ActOnFields() 13169 ClsFields[I]->setLexicalDeclContext(IMPDecl); in ActOnFields() 13170 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac); in ActOnFields() 13171 IMPDecl->setIvarLBraceLoc(LBrac); in ActOnFields() 13172 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2791 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, 2797 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, 2803 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl, 2860 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, 2888 ObjCImplDecl* IMPDecl,
|