Lines Matching defs:PropertyId
249 /// in 'PropertyId' and returns it. It returns 0, if not found.
251 const IdentifierInfo *PropertyId,
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
270 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
280 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
291 PropertyId, QueryKind))
297 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
311 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
380 /// with name 'PropertyId' in the primary class; including those in protocols
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const {
392 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId,
398 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,