Searched refs:checkScheduleModifiers (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16854 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1, in checkScheduleModifiers() function 16881 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) || in ActOnOpenMPScheduleClause() 16882 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc)) in ActOnOpenMPScheduleClause()
|