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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  321 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 6170       : OMPMappableExprListClause(OMPC_is_device_ptr, Locs, Sizes) {}
 6180       : OMPMappableExprListClause(OMPC_is_device_ptr, OMPVarListLocTy(),
 6239     return T->getClauseKind() == OMPC_is_device_ptr;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3355   TRY_TO(VisitOMPClauseList(C));
tools/clang/include/clang/Basic/OpenMPKinds.def
  519 OPENMP_TARGET_CLAUSE(is_device_ptr)
  572 OPENMP_TARGET_PARALLEL_CLAUSE(is_device_ptr)
  594 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(is_device_ptr)
  829 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(is_device_ptr)
  841 OPENMP_TARGET_SIMD_CLAUSE(is_device_ptr)
  929 OPENMP_TARGET_TEAMS_CLAUSE(is_device_ptr)
  946 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(is_device_ptr)
  966 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(is_device_ptr)
  990 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(is_device_ptr)
 1018 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(is_device_ptr)
tools/clang/lib/AST/OpenMPClause.cpp
  130   case OMPC_is_device_ptr:
  208   case OMPC_is_device_ptr:
tools/clang/lib/Basic/OpenMPKinds.cpp
  201   case OMPC_is_device_ptr:
  395   case OMPC_is_device_ptr:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4069   case OMPC_is_device_ptr:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2103   case OMPC_is_device_ptr:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4650       case OMPC_is_device_ptr:
10316   case OMPC_is_device_ptr:
10959   case OMPC_is_device_ptr:
11381   case OMPC_is_device_ptr:
11560   case OMPC_is_device_ptr:
11775   case OMPC_is_device_ptr:
11939   case OMPC_is_device_ptr:
16501           << getOpenMPClauseName(OMPC_is_device_ptr)
16526         D, MC, /*WhereFoundClauseKind=*/OMPC_is_device_ptr);
tools/clang/lib/Sema/TreeTransform.h
 9226   Vars.reserve(C->varlist_size());
 9227   for (auto *VE : C->varlists()) {
 9233   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9233   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9233   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12460   case OMPC_is_device_ptr: {