Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16212 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function
16239 if (checkScheduleModifiers(SemaRef, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
16240 checkScheduleModifiers(SemaRef, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()