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

References

tools/clang/lib/Sema/SemaExpr.cpp
  521             S.LookupSingleName(S.TUScope,
  521             S.LookupSingleName(S.TUScope,
  522                                &S.Context.Idents.get("object_setClass"),
  523                                SourceLocation(), S.LookupOrdinaryName);
  525             SourceLocation RHSLocEnd = S.getLocForEndOfToken(RHS->getEndLoc());
  526             S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_assign)
  534             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_assign);
  537             S.LookupSingleName(S.TUScope,
  537             S.LookupSingleName(S.TUScope,
  538                                &S.Context.Idents.get("object_getClass"),
  539                                SourceLocation(), S.LookupOrdinaryName);
  541             S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_use)
  547             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_use);
  549         S.Diag(IV->getLocation(), diag::note_ivar_decl);