Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp429 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
433 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
435 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
440 if (PIDecl) { in HandlePropertyInClassExtension()
444 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
451 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
457 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
462 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
466 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
467 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
H A DSemaDeclObjC.cpp4108 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4111 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()