Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp7778 SourceLocation M1Loc, SourceLocation M2Loc) { in checkScheduleModifiers() argument
7779 if (M1 == OMPC_SCHEDULE_MODIFIER_unknown && M1Loc.isValid()) { in checkScheduleModifiers()
7787 S.Diag(M1Loc, diag::err_omp_unexpected_clause_value) in checkScheduleModifiers()
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()
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.h799 OpenMPScheduleClauseModifier M1, SourceLocation M1Loc, in OMPScheduleClause() argument
807 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause()
/external/clang/include/clang/Sema/
DSema.h8330 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc,