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

References

tools/clang/lib/AST/Expr.cpp
 2401       isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2404       isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2408       isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2411       isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2439       return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2460         return BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2464         if (!BO->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) ||
 2465             !BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx))
 2474     R2 = BO->getRHS()->getSourceRange();
 2487     return Exp->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) &&
 2488            Exp->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2492     return Exp->getFalseExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2499     R2 = cast<MemberExpr>(this)->getBase()->getSourceRange();
 2506     R2 = cast<ArraySubscriptExpr>(this)->getRHS()->getSourceRange();
 2556           R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
 2591           R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
 2651         return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2654           return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2678                                                           R1, R2, Ctx);
 2687       return CE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2709     return ICE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2713             ->getExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx));
 2716             ->getExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx));
 2725                ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2728                ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2731                ->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);