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