Home | History | Annotate | Download | only in AST

Lines Matching refs:PropertyId

155                                    const IdentifierInfo *propertyID) {
169 propertyID))
173 DeclContext::lookup_result R = DC->lookup(propertyID);
193 /// in 'PropertyId' and returns it. It returns 0, if not found.
195 const IdentifierInfo *PropertyId) const {
207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId))
213 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
222 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
231 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
237 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
242 return superClass->FindPropertyDeclaration(PropertyId);
250 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
317 /// with name 'PropertyId' in the primary class; including those in protocols
322 IdentifierInfo *PropertyId) const {
331 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
336 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))