Searched refs:PropertyImpl (Results 1 – 2 of 2) sorted by relevance
4837 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()4838 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()4842 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()4848 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
8056 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local8057 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()