Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp442 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() local
1431 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 …]
H A DSemaDeclObjC.cpp4102 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
4105 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()