Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp445 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension() local
449 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()
451 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
456 if (PIDecl) { in HandlePropertyInClassExtension()
460 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
467 (PIDecl->getPropertyAttributesAsWritten() & in HandlePropertyInClassExtension()
473 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
478 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
482 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
483 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
DSemaDeclObjC.cpp4087 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4090 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
/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()