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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  296 OPENMP_CLAUSE(untied, OMPUntiedClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1612       : OMPClause(OMPC_untied, StartLoc, EndLoc) {}
 1616       : OMPClause(OMPC_untied, SourceLocation(), SourceLocation()) {}
 1634     return T->getClauseKind() == OMPC_untied;
tools/clang/include/clang/Basic/OpenMPKinds.def
  496 OPENMP_TASK_CLAUSE(untied)
  648 OPENMP_TASKLOOP_CLAUSE(untied)
  667 OPENMP_TASKLOOP_SIMD_CLAUSE(untied)
  690 OPENMP_MASTER_TASKLOOP_CLAUSE(untied)
  709 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(untied)
  732 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(untied)
tools/clang/lib/AST/OpenMPClause.cpp
  109   case OMPC_untied:
  181   case OMPC_untied:
tools/clang/lib/Basic/OpenMPKinds.cpp
  181   case OMPC_untied:
  375   case OMPC_untied:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4048   case OMPC_untied:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2058   case OMPC_untied:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4633       case OMPC_untied:
10294   case OMPC_untied:
10937   case OMPC_untied:
11352   case OMPC_untied:
11533   case OMPC_untied:
11693   case OMPC_untied:
11958   case OMPC_untied:
tools/clang/lib/Sema/TreeTransform.h
 8610   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12310   case OMPC_untied: