Searched refs:isInstanceProperty (Results 1 – 5 of 5) sorted by relevance
826 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
847 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function972 &ObjCPropertyDecl::isInstanceProperty>;
116 Prop->getIdentifier(), Prop->isInstanceProperty())) { in CheckPropertyAgainstProtocol()235 Res->getIdentifier(), Res->isInstanceProperty())) { in ActOnProperty()
239 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()
5434 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()