reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2138 SetterMethod = Property->isClassProperty() ? 2148 if (SetterMethod) { 2149 Diag(SetterMethod->getLocation(), 2168 SetterMethod = Property->isClassProperty() ? 2172 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { 2172 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { 2175 : SetterMethod->getLocation()); 2178 << (SetterMethod != nullptr);