Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSynthesized

247       ObjCPropertyDecl *property, bool isSynthesized=true, bool
264 attrs |= isSynthesized ? (1<<0) : 0;
1813 // Property metadata: name, attributes, isSynthesized, setter name, setter
1815 // The isSynthesized value is always set to 0 in a protocol. It exists to
2068 bool isSynthesized = (propertyImpl->getPropertyImplementation() ==
2074 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
2079 if (isSynthesized) {
2093 if (isSynthesized) {