Lines Matching defs:ModifierLoc
18945 SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc,
18948 if (ModifierLoc.isValid() && Modifier == OMPC_REDUCTION_unknown) {
18966 Diag(ModifierLoc, diag::err_omp_wrong_inscan_reduction);
18978 getASTContext(), StartLoc, LParenLoc, ModifierLoc, ColonLoc, EndLoc,
19995 SourceLocation LParenLoc, SourceLocation ModifierLoc,
19997 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 50) &&
20001 if (ModifierLoc.isValid() && Modifier == OMPC_DEVICE_unknown) {
20004 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
20045 LParenLoc, ModifierLoc, EndLoc);
21787 SourceLocation ModifierLoc, SourceLocation EndLoc) {
21788 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 51) &&
21791 if (ModifierLoc.isValid() && Modifier == OMPC_GRAINSIZE_unknown) {
21794 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
21815 StartLoc, LParenLoc, ModifierLoc, EndLoc);
21821 SourceLocation ModifierLoc, SourceLocation EndLoc) {
21822 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 51) &&
21825 if (ModifierLoc.isValid() && Modifier == OMPC_NUMTASKS_unknown) {
21828 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
21848 StartLoc, LParenLoc, ModifierLoc, EndLoc);