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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 2135       GetterMethod = Property->isClassProperty() ?
 2142       if (GetterMethod) {
 2143         Diag(GetterMethod->getLocation(),
 2165         GetterMethod = Property->isClassProperty() ?
 2172       if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) {
 2172       if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) {
 2174           (GetterMethod ? GetterMethod->getLocation()
 2174           (GetterMethod ? GetterMethod->getLocation()
 2177           << Property->getIdentifier() << (GetterMethod != nullptr)