Lines Matching defs:KindKwLoc
15796 SourceLocation KindKwLoc,
15801 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15810 DSAStack->setDefaultDSANone(KindKwLoc);
15813 DSAStack->setDefaultDSAShared(KindKwLoc);
15816 DSAStack->setDefaultDSAFirstPrivate(KindKwLoc);
15819 DSAStack->setDefaultDSAPrivate(KindKwLoc);
15826 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15830 SourceLocation KindKwLoc,
15835 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15847 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15854 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15858 OpenMPAtomicDefaultMemOrderClauseKind Kind, SourceLocation KindKwLoc,
15861 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15869 Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15873 SourceLocation KindKwLoc,
15878 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15885 OMPAtClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15889 SourceLocation KindKwLoc,
15894 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15901 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
15958 SourceLocation KindKwLoc,
15969 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
15976 KindKwLoc, Kind, EndLoc);