Searched refs:PropertyImpl (Results 1 – 3 of 3) sorted by relevance
4835 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()4836 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()4840 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()4842 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()4846 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
7894 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local7895 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()
6174 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local6175 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()