Searched refs:IMPDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/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() 1559 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties() 1568 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties() 1579 Diag(IMPDecl->getLocation(), in DefaultSynthesizeProperties() 1597 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation); in DefaultSynthesizeProperties() 1613 void Sema::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, in DiagnoseUnimplementedProperties() argument 1639 I = IMPDecl->propimpl_begin(), in DiagnoseUnimplementedProperties() [all …]
|
| D | SemaDeclObjC.cpp | 1074 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() local 1078 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation() 1079 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation() 1087 IMPDecl->setInvalidDecl(); in ActOnStartClassImplementation() 1089 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation() 1090 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation() 1095 IMPDecl->getLocation(), 1); in ActOnStartClassImplementation() 1097 return ActOnObjCContainerStartDefinition(IMPDecl); in ActOnStartClassImplementation() 1725 ObjCImplDecl* IMPDecl, in MatchAllMethodDeclarations() argument 1739 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations() [all …]
|
| D | SemaDecl.cpp | 11687 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local 11691 EnclosingContext = IMPDecl->getClassInterface(); in ActOnIvar() 12150 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local 12152 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl"); in ActOnFields() 12156 ClsFields[I]->setLexicalDeclContext(IMPDecl); in ActOnFields() 12157 CheckImplementationIvars(IMPDecl, ClsFields, RecFields.size(), RBrac); in ActOnFields() 12158 IMPDecl->setIvarLBraceLoc(LBrac); in ActOnFields() 12159 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 2617 void ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, 2623 void DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, 2628 void DefaultSynthesizeProperties (Scope *S, ObjCImplDecl* IMPDecl, 2690 void AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, 2714 ObjCImplDecl* IMPDecl,
|