Lines Matching refs:PropertyId
251 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
270 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
280 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
291 PropertyId, QueryKind)) in FindPropertyDeclaration()
297 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
311 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass() argument
392 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
398 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyVisibleInPrimaryClass()