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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1882   if (!Getter)
 1883     Getter = LookupMethodInQualifiedType(Sel, OPT, true);
 1886   if (!Getter)
 1887     Getter = IFace->lookupPrivateMethod(Sel);
 1889   if (Getter) {
 1891     if (DiagnoseUseOfDecl(Getter, MemberLoc))
 1931   if (Getter || Setter) {
 1934           ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
 1938           ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,