Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp7778 SourceLocation M1Loc, SourceLocation M2Loc) { in checkScheduleModifiers() argument
7801 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in ActOnOpenMPScheduleClause() argument
7803 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
7804 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()
7814 Diag(M2Loc, diag::err_omp_unexpected_schedule_modifier) in ActOnOpenMPScheduleClause()
7821 if (M1Loc.isInvalid() && M2Loc.isInvalid()) { in ActOnOpenMPScheduleClause()
7840 Diag(M1 == OMPC_SCHEDULE_MODIFIER_nonmonotonic ? M1Loc : M2Loc, in ActOnOpenMPScheduleClause()
7879 ValExpr, HelperValStmt, M1, M1Loc, M2, M2Loc); in ActOnOpenMPScheduleClause()
DTreeTransform.h1496 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in RebuildOMPScheduleClause() argument
1499 M1, M2, Kind, ChunkSize, StartLoc, LParenLoc, M1Loc, M2Loc, KindLoc, in RebuildOMPScheduleClause()
/external/clang/include/clang/AST/
DOpenMPClause.h800 OpenMPScheduleClauseModifier M2, SourceLocation M2Loc) in OMPScheduleClause() argument
808 ModifiersLoc[SECOND] = M2Loc; in OMPScheduleClause()
/external/clang/include/clang/Sema/
DSema.h8330 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc,