Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp438 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
442 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
444 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
449 if (PIDecl) { in HandlePropertyInClassExtension()
453 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
460 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
466 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
471 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
475 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
476 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
DSemaDeclObjC.cpp4103 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4106 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()