Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp903 ObjCContainerDecl *ClassImpDecl = in ActOnPropertyImplDecl() local
906 if (!ClassImpDecl) { in ActOnPropertyImplDecl()
914 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
921 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
993 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1087 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()
1088 << ClassImpDecl->getName(); in ActOnPropertyImplDecl()
1139 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl, in ActOnPropertyImplDecl()
1152 ClassImpDecl->addDecl(Ivar); in ActOnPropertyImplDecl()