reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8702 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) 8703 Second = EWC->getSubExpr()->IgnoreParenImpCasts(); 8706 bool IsUpdateExprFound = !Checker.checkStatement(Second); 8739 BinOp = dyn_cast<BinaryOperator>(Second); 8769 auto *SecondExpr = dyn_cast<Expr>(Second); 8782 auto *SecondBinOp = dyn_cast<BinaryOperator>(Second); 8787 : Second->getBeginLoc();