Lines Matching defs:PropertyId
247 /// in 'PropertyId' and returns it. It returns 0, if not found.
249 const IdentifierInfo *PropertyId,
262 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
268 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
278 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
289 PropertyId, QueryKind))
295 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
301 return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
309 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
378 /// with name 'PropertyId' in the primary class; including those in protocols
381 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const {
390 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
396 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,