Lines Matching defs:ModifierLoc
19135 SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc,
19138 if (ModifierLoc.isValid() && Modifier == OMPC_REDUCTION_unknown) {
19156 Diag(ModifierLoc, diag::err_omp_wrong_inscan_reduction);
19168 getASTContext(), StartLoc, LParenLoc, ModifierLoc, ColonLoc, EndLoc,
20185 SourceLocation LParenLoc, SourceLocation ModifierLoc,
20187 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 50) &&
20191 if (ModifierLoc.isValid() && Modifier == OMPC_DEVICE_unknown) {
20194 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
20235 LParenLoc, ModifierLoc, EndLoc);
22204 SourceLocation ModifierLoc, SourceLocation EndLoc) {
22205 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 51) &&
22208 if (ModifierLoc.isValid() && Modifier == OMPC_GRAINSIZE_unknown) {
22211 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
22232 StartLoc, LParenLoc, ModifierLoc, EndLoc);
22238 SourceLocation ModifierLoc, SourceLocation EndLoc) {
22239 assert((ModifierLoc.isInvalid() || getLangOpts().OpenMP >= 51) &&
22242 if (ModifierLoc.isValid() && Modifier == OMPC_NUMTASKS_unknown) {
22245 Diag(ModifierLoc, diag::err_omp_unexpected_clause_value)
22265 StartLoc, LParenLoc, ModifierLoc, EndLoc);