reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5862 if (!S) { 5866 if (auto *ExprTemp = dyn_cast<ExprWithCleanups>(S)) 5868 S = ExprTemp->getSubExpr(); 5870 IncrementSrcRange = S->getSourceRange(); 5871 S = S->IgnoreParens(); 5871 S = S->IgnoreParens(); 5872 if (auto *UO = dyn_cast<UnaryOperator>(S)) { 5880 } else if (auto *BO = dyn_cast<BinaryOperator>(S)) { 5894 } else if (auto *CE = dyn_cast<CXXOperatorCallExpr>(S)) { 5921 SemaRef.Diag(S->getBeginLoc(), diag::err_omp_loop_not_canonical_incr) 5922 << S->getSourceRange() << LCDecl;