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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  313 OPENMP_CLAUSE(nogroup, OMPNogroupClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5356       : OMPClause(OMPC_nogroup, StartLoc, EndLoc) {}
 5360       : OMPClause(OMPC_nogroup, SourceLocation(), SourceLocation()) {}
 5378     return T->getClauseKind() == OMPC_nogroup;
tools/clang/include/clang/Basic/OpenMPKinds.def
  652 OPENMP_TASKLOOP_CLAUSE(nogroup)
  675 OPENMP_TASKLOOP_SIMD_CLAUSE(nogroup)
  694 OPENMP_MASTER_TASKLOOP_CLAUSE(nogroup)
  717 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(nogroup)
  736 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(nogroup)
tools/clang/lib/AST/OpenMPClause.cpp
  122   case OMPC_nogroup:
  199   case OMPC_nogroup:
tools/clang/lib/Basic/OpenMPKinds.cpp
  196   case OMPC_nogroup:
  390   case OMPC_nogroup:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4060   case OMPC_nogroup:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2067   case OMPC_nogroup:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4645       case OMPC_nogroup:
 9233     if (C->getClauseKind() == OMPC_nogroup) {
10308   case OMPC_nogroup:
10951   case OMPC_nogroup:
11371   case OMPC_nogroup:
11552   case OMPC_nogroup:
11720   case OMPC_nogroup:
11973   case OMPC_nogroup:
tools/clang/lib/Sema/TreeTransform.h
 8670   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12337   case OMPC_nogroup: