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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1657   if (!GetterMethod)
 1659   QualType GetterType = GetterMethod->getReturnType().getNonReferenceType();
 1674             << GetterMethod->getSelector() << GetterType;
 1675           Diag(GetterMethod->getLocation(), diag::note_declared_at);
 1689     << GetterMethod->getSelector();
 1690     Diag(GetterMethod->getLocation(), diag::note_declared_at);