Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp446 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
450 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
452 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
457 if (PIDecl) { in HandlePropertyInClassExtension()
461 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
468 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
474 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
479 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
483 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
484 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
HDSemaDeclObjC.cpp4027 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4030 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()