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

References

tools/clang/lib/Sema/SemaExpr.cpp
  500   const ObjCIvarDecl *IV = OIRE->getDecl();
  509   const Expr *Base = OIRE->getBase();
  511   if (OIRE->isArrow())
  526             S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_assign)
  527                 << FixItHint::CreateInsertion(OIRE->getBeginLoc(),
  530                        SourceRange(OIRE->getOpLoc(), AssignLoc), ",")
  534             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_assign);
  541             S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_use)
  542                 << FixItHint::CreateInsertion(OIRE->getBeginLoc(),
  545                        SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")");
  545                        SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")");
  547             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_use);