Lines Matching refs:ObjCPropertyDecl
125 const ObjCPropertyDecl *Property) const { in HasUserDeclaredSetterMethod()
177 ObjCPropertyDecl *
178 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl()
193 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
200 ObjCPropertyDecl *classProp = nullptr; in findPropertyDecl()
203 if (auto *PD = dyn_cast<ObjCPropertyDecl>(*I)) { in findPropertyDecl()
226 ObjCPropertyDecl::getDefaultSynthIvarName(ASTContext &Ctx) const { in getDefaultSynthIvarName()
237 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration( in FindPropertyDeclaration()
256 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration()
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
277 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration( in FindPropertyDeclaration()
284 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
298 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
369 ObjCPropertyDecl *
380 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass()
381 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
387 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()
1326 const ObjCPropertyDecl *
1346 [&](const ObjCContainerDecl *Container) -> const ObjCPropertyDecl * { in findPropertyDecl()
1410 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl()
1997 const ObjCPropertyDecl *Property, ProtocolPropertySet &PS, in collectInheritedProtocolProperties()
2273 void ObjCPropertyDecl::anchor() {} in anchor()
2275 ObjCPropertyDecl *ObjCPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2283 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI, in Create()
2287 ObjCPropertyDecl *ObjCPropertyDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2289 return new (C, ID) ObjCPropertyDecl(nullptr, SourceLocation(), nullptr, in CreateDeserialized()
2294 QualType ObjCPropertyDecl::getUsageType(QualType objectType) const { in getUsageType()
2299 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty()
2312 ObjCPropertyDecl *property, in Create()