Home
last modified time | relevance | path

Searched refs:M2Loc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h999 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16797 SourceLocation M1Loc, SourceLocation M2Loc) { in checkScheduleModifiers() argument
16820 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in ActOnOpenMPScheduleClause() argument
16822 if (checkScheduleModifiers(SemaRef, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
16823 checkScheduleModifiers(SemaRef, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()
16833 Diag(M2Loc, diag::err_omp_unexpected_schedule_modifier) in ActOnOpenMPScheduleClause()
16840 if (M1Loc.isInvalid() && M2Loc.isInvalid()) { in ActOnOpenMPScheduleClause()
16861 Diag(M1 == OMPC_SCHEDULE_MODIFIER_nonmonotonic ? M1Loc : M2Loc, in ActOnOpenMPScheduleClause()
16903 ValExpr, HelperValStmt, M1, M1Loc, M2, M2Loc); in ActOnOpenMPScheduleClause()
H A DTreeTransform.h1834 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in RebuildOMPScheduleClause() argument
1837 M1, M2, Kind, ChunkSize, StartLoc, LParenLoc, M1Loc, M2Loc, KindLoc, in RebuildOMPScheduleClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2041 OpenMPScheduleClauseModifier M2, SourceLocation M2Loc) in OMPScheduleClause() argument
2049 ModifiersLoc[SECOND] = M2Loc; in OMPScheduleClause()