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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  306 OPENMP_CLAUSE(threads, OMPThreadsClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 4137       : OMPClause(OMPC_threads, StartLoc, EndLoc) {}
 4141       : OMPClause(OMPC_threads, SourceLocation(), SourceLocation()) {}
 4159     return T->getClauseKind() == OMPC_threads;
tools/clang/include/clang/Basic/OpenMPKinds.def
  616 OPENMP_ORDERED_CLAUSE(threads)
tools/clang/lib/AST/OpenMPClause.cpp
  119   case OMPC_threads:
  192   case OMPC_threads:
tools/clang/lib/Basic/OpenMPKinds.cpp
  190   case OMPC_threads:
  384   case OMPC_threads:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4053   case OMPC_threads:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2065   case OMPC_threads:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4642       case OMPC_threads:
 8133     } else if (C->getClauseKind() == OMPC_threads) {
10305   case OMPC_threads:
10948   case OMPC_threads:
11364   case OMPC_threads:
11545   case OMPC_threads:
11714   case OMPC_threads:
11967   case OMPC_threads:
tools/clang/lib/Sema/TreeTransform.h
 8657   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12331   case OMPC_threads: