Lines Matching defs:isSynthesized
246 const ObjCPropertyDecl *property, bool isSynthesized=true, bool
263 attrs |= isSynthesized ? (1<<0) : 0;
293 bool isSynthesized=true, bool
298 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
1139 bool isSynthesized=true, bool
3337 // Property metadata: name, attributes, isSynthesized, setter name, setter
3339 // The isSynthesized value is always set to 0 in a protocol. It exists to
3573 bool isSynthesized = false;
3578 isSynthesized = (propertyImpl->getPropertyImplementation() ==
3584 PushProperty(properties, property, Container, isSynthesized, isDynamic);