Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp803 ObjCContainerDecl *ClassImpDecl = in ActOnPropertyImplDecl() local
806 if (!ClassImpDecl) { in ActOnPropertyImplDecl()
814 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
821 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
889 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1005 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()
1006 << ClassImpDecl->getName(); in ActOnPropertyImplDecl()
1029 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl, in ActOnPropertyImplDecl()
1042 ClassImpDecl->addDecl(Ivar); in ActOnPropertyImplDecl()