Searched refs:M2Loc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 954 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16214 SourceLocation M1Loc, SourceLocation M2Loc) { in checkScheduleModifiers() argument 16237 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in ActOnOpenMPScheduleClause() argument 16239 if (checkScheduleModifiers(SemaRef, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause() 16240 checkScheduleModifiers(SemaRef, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause() 16250 Diag(M2Loc, diag::err_omp_unexpected_schedule_modifier) in ActOnOpenMPScheduleClause() 16257 if (M1Loc.isInvalid() && M2Loc.isInvalid()) { in ActOnOpenMPScheduleClause() 16278 Diag(M1 == OMPC_SCHEDULE_MODIFIER_nonmonotonic ? M1Loc : M2Loc, in ActOnOpenMPScheduleClause() 16320 ValExpr, HelperValStmt, M1, M1Loc, M2, M2Loc); in ActOnOpenMPScheduleClause()
|
H A D | TreeTransform.h | 1817 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in RebuildOMPScheduleClause() argument 1820 M1, M2, Kind, ChunkSize, StartLoc, LParenLoc, M1Loc, M2Loc, KindLoc, in RebuildOMPScheduleClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1744 OpenMPScheduleClauseModifier M2, SourceLocation M2Loc) in OMPScheduleClause() argument 1752 ModifiersLoc[SECOND] = M2Loc; in OMPScheduleClause()
|