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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  329 OPENMP_CLAUSE(allocate, OMPAllocateClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  349       : OMPVarListClause<OMPAllocateClause>(OMPC_allocate, StartLoc, LParenLoc,
  357       : OMPVarListClause<OMPAllocateClause>(OMPC_allocate, SourceLocation(),
  411     return T->getClauseKind() == OMPC_allocate;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2907   TRY_TO(TraverseStmt(C->getAllocator()));
 2908   TRY_TO(VisitOMPClauseList(C));
tools/clang/include/clang/Basic/OpenMPKinds.def
  341 OPENMP_PARALLEL_CLAUSE(allocate)
  352 OPENMP_SIMD_CLAUSE(allocate)
  364 OPENMP_FOR_CLAUSE(allocate)
  379 OPENMP_FOR_SIMD_CLAUSE(allocate)
  387 OPENMP_SECTIONS_CLAUSE(allocate)
  394 OPENMP_SINGLE_CLAUSE(allocate)
  454 OPENMP_PARALLEL_FOR_CLAUSE(allocate)
  474 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(allocate)
  487 OPENMP_PARALLEL_SECTIONS_CLAUSE(allocate)
  501 OPENMP_TASK_CLAUSE(allocate)
  521 OPENMP_TARGET_CLAUSE(allocate)
  573 OPENMP_TARGET_PARALLEL_CLAUSE(allocate)
  595 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(allocate)
  613 OPENMP_TEAMS_CLAUSE(allocate)
  656 OPENMP_TASKLOOP_CLAUSE(allocate)
  679 OPENMP_TASKLOOP_SIMD_CLAUSE(allocate)
  698 OPENMP_MASTER_TASKLOOP_CLAUSE(allocate)
  721 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(allocate)
  739 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(allocate)
  753 OPENMP_DISTRIBUTE_CLAUSE(allocate)
  772 OPENMP_DISTRIBUTE_PARALLEL_FOR_CLAUSE(allocate)
  792 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(allocate)
  805 OPENMP_DISTRIBUTE_SIMD_CLAUSE(allocate)
  830 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(allocate)
  849 OPENMP_TARGET_SIMD_CLAUSE(allocate)
  862 OPENMP_TEAMS_DISTRIBUTE_CLAUSE(allocate)
  879 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(allocate)
  900 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(allocate)
  918 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(allocate)
  935 OPENMP_TARGET_TEAMS_CLAUSE(allocate)
  955 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(allocate)
  978 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(allocate)
 1006 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(allocate)
 1029 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(allocate)
 1033 OPENMP_TASKGROUP_CLAUSE(allocate)
tools/clang/lib/AST/OpenMPClause.cpp
  100   case OMPC_allocate:
  172   case OMPC_allocate:
tools/clang/lib/Basic/OpenMPKinds.cpp
  167   case OMPC_allocate:
  361   case OMPC_allocate:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4034   case OMPC_allocate:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2104   case OMPC_allocate:
 2688   } else if (Kind == OMPC_allocate) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 4635       case OMPC_allocate:
10297   case OMPC_allocate:
10940   case OMPC_allocate:
11355   case OMPC_allocate:
11536   case OMPC_allocate:
11757   case OMPC_allocate:
11942   case OMPC_allocate:
tools/clang/lib/Sema/TreeTransform.h
 9083   Expr *Allocator = C->getAllocator();
 9091   Vars.reserve(C->varlist_size());
 9092   for (auto *VE : C->varlists()) {
 9099       Allocator, Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 9099       Allocator, Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 9099       Allocator, Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 9100       C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12469   case OMPC_allocate: