Searched refs:checkScheduleModifiers (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17132 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function 17159 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause() 17160 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()
|