Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp440 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
444 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
446 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
451 if (PIDecl) { in HandlePropertyInClassExtension()
455 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
462 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
468 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
473 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
477 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
478 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
DSemaDeclObjC.cpp3803 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
3806 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()