Searched refs:PropertyImpl (Results 1 – 2 of 2) sorted by relevance
4857 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()4858 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()4862 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()4868 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
8708 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local8709 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()