Searched refs:PropertyImpl (Results 1 – 2 of 2) sorted by relevance
4870 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()4871 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()4875 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()4881 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
8799 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local8800 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()