Lines Matching defs:KindKwLoc
15925 SourceLocation KindKwLoc,
15930 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15939 DSAStack->setDefaultDSANone(KindKwLoc);
15942 DSAStack->setDefaultDSAShared(KindKwLoc);
15945 DSAStack->setDefaultDSAFirstPrivate(KindKwLoc);
15948 DSAStack->setDefaultDSAPrivate(KindKwLoc);
15955 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15959 SourceLocation KindKwLoc,
15964 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15976 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15983 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15987 OpenMPAtomicDefaultMemOrderClauseKind Kind, SourceLocation KindKwLoc,
15990 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15998 Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
16002 SourceLocation KindKwLoc,
16007 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
16014 OMPAtClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
16018 SourceLocation KindKwLoc,
16023 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
16030 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
16087 SourceLocation KindKwLoc,
16098 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
16105 KindKwLoc, Kind, EndLoc);