Lines Matching defs:isSynthesized
245 const ObjCPropertyDecl *property, bool isSynthesized=true, bool
262 attrs |= isSynthesized ? (1<<0) : 0;
292 bool isSynthesized=true, bool
297 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
1140 bool isSynthesized=true, bool
3349 // Property metadata: name, attributes, isSynthesized, setter name, setter
3351 // The isSynthesized value is always set to 0 in a protocol. It exists to
3585 bool isSynthesized = false;
3590 isSynthesized = (propertyImpl->getPropertyImplementation() ==
3596 PushProperty(properties, property, Container, isSynthesized, isDynamic);