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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  320 OPENMP_CLAUSE(use_device_ptr, OMPUseDevicePtrClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 6007       : OMPMappableExprListClause(OMPC_use_device_ptr, Locs, Sizes) {}
 6017       : OMPMappableExprListClause(OMPC_use_device_ptr, OMPVarListLocTy(),
 6136     return T->getClauseKind() == OMPC_use_device_ptr;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3348   TRY_TO(VisitOMPClauseList(C));
tools/clang/include/clang/Basic/OpenMPKinds.def
  542 OPENMP_TARGET_DATA_CLAUSE(use_device_ptr)
tools/clang/lib/AST/OpenMPClause.cpp
  129   case OMPC_use_device_ptr:
  207   case OMPC_use_device_ptr:
tools/clang/lib/Basic/OpenMPKinds.cpp
  200   case OMPC_use_device_ptr:
  394   case OMPC_use_device_ptr:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4068   case OMPC_use_device_ptr:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2102   case OMPC_use_device_ptr:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4649       case OMPC_use_device_ptr:
 9024   if (!hasClauses(Clauses, OMPC_map, OMPC_use_device_ptr)) {
10315   case OMPC_use_device_ptr:
10958   case OMPC_use_device_ptr:
11380   case OMPC_use_device_ptr:
11559   case OMPC_use_device_ptr:
11774   case OMPC_use_device_ptr:
11936   case OMPC_use_device_ptr:
tools/clang/lib/Sema/TreeTransform.h
 9211   Vars.reserve(C->varlist_size());
 9212   for (auto *VE : C->varlists()) {
 9218   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9218   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9218   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12451   case OMPC_use_device_ptr: {