Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance
442 if (PIDecl && isa<ObjCCategoryDecl>(PIDecl->getDeclContext())) { in HandlePropertyInClassExtension()449 if (PIDecl) { in HandlePropertyInClassExtension()480 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension()521 if (!PIDecl) { in HandlePropertyInClassExtension()1423 ObjCPropertyImplDecl *PIDecl = in ActOnPropertyImplDecl() local1432 PIDecl->setInvalidDecl(); in ActOnPropertyImplDecl()1445 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()1509 PIDecl->setSetterMethodDecl(OMD); in ActOnPropertyImplDecl()1573 IC->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()1616 PIDecl->getPropertyDecl() && in ActOnPropertyImplDecl()[all …]
4095 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4098 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()