Home | History | Annotate | Download | only in Sema

Lines Matching refs:getClauseKind

1600     if (isOpenMPPrivate(Clause->getClauseKind()) ||
1601 Clause->getClauseKind() == OMPC_copyprivate ||
1604 Clause->getClauseKind() == OMPC_copyin)) {
1605 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin);
1614 Clause->getClauseKind() == OMPC_schedule) {
4116 if (Clause->getClauseKind() == OMPC_safelen)
4118 else if (Clause->getClauseKind() == OMPC_simdlen)
4205 if (Clause->getClauseKind() == OMPC_safelen)
4207 else if (Clause->getClauseKind() == OMPC_simdlen)
4291 if (Clause->getClauseKind() == OMPC_nowait)
4293 else if (Clause->getClauseKind() == OMPC_copyprivate)
4332 if (C->getClauseKind() == OMPC_hint) {
4462 if (Clause->getClauseKind() == OMPC_safelen)
4464 else if (Clause->getClauseKind() == OMPC_simdlen)
4594 } else if (C->getClauseKind() == OMPC_threads)
4596 else if (C->getClauseKind() == OMPC_simd)
4608 << getOpenMPClauseName(TC ? TC->getClauseKind() : SC->getClauseKind());
4891 if (C->getClauseKind() == OMPC_read || C->getClauseKind() == OMPC_write ||
4892 C->getClauseKind() == OMPC_update ||
4893 C->getClauseKind() == OMPC_capture) {
4900 AtomicKind = C->getClauseKind();
5440 if (C->getClauseKind() == OMPC_grainsize ||
5441 C->getClauseKind() == OMPC_num_tasks) {
5444 else if (PrevClause->getClauseKind() != C->getClauseKind()) {
5447 << getOpenMPClauseName(C->getClauseKind())
5448 << getOpenMPClauseName(PrevClause->getClauseKind());
5451 << getOpenMPClauseName(PrevClause->getClauseKind());