• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching defs:R2

2338                                   SourceRange &R1, SourceRange &R2,
2355 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2358 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2362 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2365 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2393 return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2414 return BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2418 if (!BO->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) ||
2419 !BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx))
2428 R2 = BO->getRHS()->getSourceRange();
2441 return Exp->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) &&
2442 Exp->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2446 return Exp->getFalseExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2453 R2 = cast<MemberExpr>(this)->getBase()->getSourceRange();
2460 R2 = cast<ArraySubscriptExpr>(this)->getRHS()->getSourceRange();
2510 R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
2546 R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
2606 return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2609 return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2645 return SubE->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2653 return CE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2675 return ICE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2679 ->getExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx));
2682 ->getExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx));
2692 ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2695 ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2698 ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);