reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  295 OPENMP_CLAUSE(nowait, OMPNowaitClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1573       : OMPClause(OMPC_nowait, StartLoc, EndLoc) {}
 1577       : OMPClause(OMPC_nowait, SourceLocation(), SourceLocation()) {}
 1595     return T->getClauseKind() == OMPC_nowait;
tools/clang/include/clang/Basic/OpenMPKinds.def
  362 OPENMP_FOR_CLAUSE(nowait)
  373 OPENMP_FOR_SIMD_CLAUSE(nowait)
  386 OPENMP_SECTIONS_CLAUSE(nowait)
  393 OPENMP_SINGLE_CLAUSE(nowait)
  515 OPENMP_TARGET_CLAUSE(nowait)
  548 OPENMP_TARGET_ENTER_DATA_CLAUSE(nowait)
  555 OPENMP_TARGET_EXIT_DATA_CLAUSE(nowait)
  564 OPENMP_TARGET_PARALLEL_CLAUSE(nowait)
  582 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(nowait)
  602 OPENMP_TARGET_UPDATE_CLAUSE(nowait)
  814 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(nowait)
  837 OPENMP_TARGET_SIMD_CLAUSE(nowait)
  925 OPENMP_TARGET_TEAMS_CLAUSE(nowait)
  942 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(nowait)
  962 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(nowait)
  986 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(nowait)
 1013 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(nowait)
tools/clang/lib/AST/OpenMPClause.cpp
  108   case OMPC_nowait:
  180   case OMPC_nowait:
tools/clang/lib/Basic/OpenMPKinds.cpp
  180   case OMPC_nowait:
  374   case OMPC_nowait:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4047   case OMPC_nowait:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2057   case OMPC_nowait:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4632       case OMPC_nowait:
 7827     if (Clause->getClauseKind() == OMPC_nowait)
10293   case OMPC_nowait:
10936   case OMPC_nowait:
11351   case OMPC_nowait:
11532   case OMPC_nowait:
11690   case OMPC_nowait:
11957   case OMPC_nowait:
tools/clang/lib/Sema/TreeTransform.h
 8603   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12307   case OMPC_nowait: