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

References

tools/clang/lib/AST/Expr.cpp
 2396     Loc = getExprLoc();
 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);
 2442     Loc = UO->getOperatorLoc();
 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))
 2472     Loc = BO->getOperatorLoc();
 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);
 2497     Loc = cast<MemberExpr>(this)->getMemberLoc();
 2498     R1 = SourceRange(Loc, Loc);
 2498     R1 = SourceRange(Loc, Loc);
 2504     Loc = cast<ArraySubscriptExpr>(this)->getRBracketLoc();
 2530       Loc = Op->getOperatorLoc();
 2552         Loc = CE->getCallee()->getBeginLoc();
 2576         Loc = getBeginLoc();
 2587         Loc = getBeginLoc();
 2607       Loc = getExprLoc();
 2615         Loc = getExprLoc();
 2624     Loc = getExprLoc();
 2637     Loc = getExprLoc();
 2651         return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2654           return E->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2660     Loc = cast<StmtExpr>(this)->getLParenLoc();
 2677           return CE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc,
 2687       return CE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
 2692       Loc = CXXCE->getBeginLoc();
 2696       Loc = CStyleCE->getLParenLoc();
 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);