Home | History | Annotate | Download | only in AST

Lines Matching refs:propertyID

97                                    IdentifierInfo *propertyID) {
106 DeclContext::lookup_const_result R = DC->lookup(propertyID);
126 /// in 'PropertyId' and returns it. It returns 0, if not found.
128 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
147 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
159 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
167 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
172 return superClass->FindPropertyDeclaration(PropertyId);
181 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
193 /// with name 'PropertyId' in the primary class; including those in protocols
198 IdentifierInfo *PropertyId) const {
207 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
214 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))