Lines Matching defs:IsClassProperty
2361 bool IsClassProperty = property->isClassProperty();
2362 GetterMethod = IsClassProperty ?
2371 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()->
2376 SetterMethod = IsClassProperty ?
2382 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()->
2394 property->getGetterName(), !IsClassProperty, true, false, CatDecl);
2410 property->getSetterName(), !IsClassProperty, true, false, CatDecl);
2468 !IsClassProperty, /*isVariadic=*/false,
2518 CD, !IsClassProperty,
2592 if (!IsClassProperty) {