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()1422 ObjCPropertyImplDecl *PIDecl = in ActOnPropertyImplDecl() local1431 PIDecl->setInvalidDecl(); in ActOnPropertyImplDecl()1444 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()1508 PIDecl->setSetterMethodDecl(OMD); in ActOnPropertyImplDecl()1572 IC->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()1615 PIDecl->getPropertyDecl() && in ActOnPropertyImplDecl()[all …]
4102 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local4105 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()