Searched refs:isSynthesized (Results 1 – 2 of 2) sorted by relevance
639 } else if !symbolIsLocal && !isSynthesized(symbol) && len(section) == 0 {1050 } else if !symbolIsLocal && !isSynthesized(symbol) {1072 } else if !isSynthesized(symbol) {1641 func isSynthesized(symbol string) bool { func
255 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument272 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes()2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local2113 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList()2118 if (isSynthesized) { in GeneratePropertyList()2132 if (isSynthesized) { in GeneratePropertyList()