Home | History | Annotate | Download | only in Sema

Lines Matching refs:KindKwLoc

2121                                           SourceLocation KindKwLoc,
2145 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
2151 DSAStack->setDefaultDSANone(KindKwLoc);
2154 DSAStack->setDefaultDSAShared(KindKwLoc);
2161 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
2165 SourceLocation KindKwLoc,
2187 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
2192 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);