Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17435 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function
17462 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause()
17463 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()