• Home
  • Raw
  • Download

Lines Matching refs:CDecl

200   if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {  in ActOnProperty()  local
201 if (CDecl->IsClassExtension()) { in ActOnProperty()
422 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); in HandlePropertyInClassExtension() local
426 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
431 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
514 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, in HandlePropertyInClassExtension()
560 ObjCContainerDecl *CDecl, in CreatePropertyDecl() argument
613 DeclContext *DC = cast<DeclContext>(CDecl); in CreatePropertyDecl()
1536 CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties() argument
1541 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { in CollectImmediateProperties()
1561 if (ObjCCategoryDecl *CATDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) { in CollectImmediateProperties()
1575 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { in CollectImmediateProperties()
1603 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations() argument
1605 if (ObjCInterfaceDecl *SDecl = CDecl->getSuperClass()) { in CollectSuperClassPropertyImplementations()
1770 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() argument
1789 isa<ObjCCategoryDecl>(CDecl) in DiagnoseUnimplementedAccessor()
1800 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(CDecl)) in DiagnoseUnimplementedAccessor()
1807 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties() argument
1810 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in DiagnoseUnimplementedProperties()
1818 if (ObjCCategoryDecl *C = dyn_cast<ObjCCategoryDecl>(CDecl)) { in DiagnoseUnimplementedProperties()
1831 CollectImmediateProperties(CDecl, PropMap, NoNeedToImplPropMap, in DiagnoseUnimplementedProperties()
1853 CollectImmediateProperties(CDecl, *LazyMap, NoNeedToImplPropMap, in DiagnoseUnimplementedProperties()
1881 ObjCCategoryDecl *C = dyn_cast<ObjCCategoryDecl>(CDecl); in DiagnoseUnimplementedProperties()
1906 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
1910 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()