reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 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);