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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 5823   RHS = RHS->IgnoreParenImpCasts();
 5823   RHS = RHS->IgnoreParenImpCasts();
 5824   if (auto *BO = dyn_cast<BinaryOperator>(RHS)) {
 5832   } else if (auto *CE = dyn_cast<CXXOperatorCallExpr>(RHS)) {
 5843   SemaRef.Diag(RHS->getBeginLoc(), diag::err_omp_loop_not_canonical_incr)
 5844       << RHS->getSourceRange() << LCDecl;