Home
last modified time | relevance | path

Searched refs:checkScheduleModifiers (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp7776 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function
7803 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
7804 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp13321 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function
13348 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
13349 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()