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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11600   if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) ||
11601       checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc))
11618     if (M1Loc.isInvalid() && M2Loc.isInvalid()) {
11637     Diag(M1 == OMPC_SCHEDULE_MODIFIER_nonmonotonic ? M1Loc : M2Loc,
11679                         ValExpr, HelperValStmt, M1, M1Loc, M2, M2Loc);