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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  305 OPENMP_CLAUSE(device, OMPDeviceClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 4084       : OMPClause(OMPC_device, StartLoc, EndLoc), OMPClauseWithPreInit(this),
 4091       : OMPClause(OMPC_device, SourceLocation(), SourceLocation()),
 4120     return T->getClauseKind() == OMPC_device;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3262   TRY_TO(VisitOMPClauseWithPreInit(C));
 3263   TRY_TO(TraverseStmt(C->getDevice()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  512 OPENMP_TARGET_CLAUSE(device)
  540 OPENMP_TARGET_DATA_CLAUSE(device)
  546 OPENMP_TARGET_ENTER_DATA_CLAUSE(device)
  553 OPENMP_TARGET_EXIT_DATA_CLAUSE(device)
  560 OPENMP_TARGET_PARALLEL_CLAUSE(device)
  577 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(device)
  599 OPENMP_TARGET_UPDATE_CLAUSE(device)
  809 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(device)
  834 OPENMP_TARGET_SIMD_CLAUSE(device)
  922 OPENMP_TARGET_TEAMS_CLAUSE(device)
  939 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(device)
  959 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(device)
  983 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(device)
 1010 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(device)
tools/clang/lib/AST/OpenMPClause.cpp
   85   case OMPC_device:
  191   case OMPC_device:
tools/clang/lib/Basic/OpenMPKinds.cpp
  189   case OMPC_device:
  383   case OMPC_device:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4052   case OMPC_device:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1980   case OMPC_device:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4612       case OMPC_device:
10257   case OMPC_device:
10776   case OMPC_device:
11363   case OMPC_device:
11544   case OMPC_device:
11760   case OMPC_device:
11966   case OMPC_device:
14497   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_device,
14503       getOpenMPCaptureRegionForClause(DKind, OMPC_device);
tools/clang/lib/Sema/TreeTransform.h
 9004   ExprResult E = getDerived().TransformExpr(C->getDevice());
 9007   return getDerived().RebuildOMPDeviceClause(E.get(), C->getBeginLoc(),
 9008                                              C->getLParenLoc(), C->getEndLoc());
 9008                                              C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12397   case OMPC_device: