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.cpp430 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
434 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
436 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
441 if (PIDecl) { in HandlePropertyInClassExtension()
445 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
452 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
458 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
463 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
467 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
468 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
H A DSemaDeclObjC.cpp4110 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4113 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()