Searched refs:M1Loc (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 16215 if (M1 == OMPC_SCHEDULE_MODIFIER_unknown && M1Loc.isValid()) { in checkScheduleModifiers() 16223 S.Diag(M1Loc, diag::err_omp_unexpected_clause_value) in checkScheduleModifiers() 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() 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 | 1743 OpenMPScheduleClauseModifier M1, SourceLocation M1Loc, in OMPScheduleClause() argument 1751 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause()
|