Lines Matching refs:PropertyId
250 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument
263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
269 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
279 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
290 PropertyId, QueryKind)) in FindPropertyDeclaration()
296 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
302 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
310 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
383 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument
393 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
399 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()