Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSynthesized

1613   // Property metadata: name, attributes, isSynthesized, setter name, setter
1615 // The isSynthesized value is always set to 0 in a protocol. It exists to
1866 isSynthesized, setter name, setter
1882 bool isSynthesized = (propertyImpl->getPropertyImplementation() ==
1888 Fields.push_back(llvm::ConstantInt::get(Int8Ty, isSynthesized));
1893 if (isSynthesized) {
1907 if (isSynthesized) {