Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp892 ObjCContainerDecl *ClassImpDecl = in ActOnPropertyImplDecl() local
895 if (!ClassImpDecl) { in ActOnPropertyImplDecl()
903 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
910 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
978 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1072 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()
1073 << ClassImpDecl->getName(); in ActOnPropertyImplDecl()
1124 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl, in ActOnPropertyImplDecl()
1137 ClassImpDecl->addDecl(Ivar); in ActOnPropertyImplDecl()