Lines Matching refs:StartLoc

257     const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,  in Create()  argument
261 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
276 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
282 StartLoc, EndLoc, CollapsedNum); in Create()
312 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
317 StartLoc, EndLoc, CollapsedNum); in Create()
357 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
362 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc, in Create()
378 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
383 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc); in Create()
397 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
403 StartLoc, EndLoc, CollapsedNum); in Create()
441 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
445 /*NumChildren=*/1, StartLoc, in Create()
461 SourceLocation StartLoc, in Create() argument
467 /*NumChildre=*/0, StartLoc, EndLoc); in Create()
479 SourceLocation StartLoc, in Create() argument
484 /*NumChildren=*/0, StartLoc, in Create()
496 SourceLocation StartLoc, in Create() argument
500 /*NumChildren=*/0, StartLoc, in Create()
512 SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
516 StartLoc, EndLoc); in Create()
527 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
532 numLoopChildren(CollapsedNum, OMPD_parallel_for) + 1, StartLoc, EndLoc, in Create()
572 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
577 numLoopChildren(CollapsedNum, OMPD_parallel_for_simd), StartLoc, EndLoc, in Create()
616 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
619 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
632 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
636 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
650 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
654 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
667 SourceLocation StartLoc, in Create() argument
669 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()
678 SourceLocation StartLoc, in Create() argument
680 return new (C) OMPBarrierDirective(StartLoc, EndLoc); in Create()
689 SourceLocation StartLoc, in Create() argument
691 return new (C) OMPTaskwaitDirective(StartLoc, EndLoc); in Create()
700 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
703 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
716 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
718 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
729 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
733 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
746 SourceLocation StartLoc, in Create() argument
750 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
761 SourceLocation StartLoc, in Create() argument
766 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
776 SourceLocation StartLoc, in Create() argument
781 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
791 SourceLocation StartLoc, in Create() argument
797 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
809 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
813 C, Clauses, AssociatedStmt, /*NumChildren=*/4, StartLoc, EndLoc); in Create()
831 SourceLocation StartLoc, in Create() argument
836 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
847 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
851 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
865 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
870 numLoopChildren(CollapsedNum, OMPD_target_parallel_for) + 1, StartLoc, in Create()
912 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
915 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
926 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
929 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
940 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
943 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
954 SourceLocation StartLoc, in Create() argument
959 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
970 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
975 StartLoc, EndLoc, CollapsedNum); in Create()
1014 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1019 numLoopChildren(CollapsedNum, OMPD_taskloop_simd), StartLoc, EndLoc, in Create()
1057 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1062 numLoopChildren(CollapsedNum, OMPD_master_taskloop), StartLoc, EndLoc, in Create()
1102 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1107 numLoopChildren(CollapsedNum, OMPD_master_taskloop_simd), StartLoc, in Create()
1146 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1151 numLoopChildren(CollapsedNum, OMPD_parallel_master_taskloop), StartLoc, in Create()
1194 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1200 StartLoc, EndLoc, CollapsedNum); in Create()
1240 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1245 numLoopChildren(CollapsedNum, OMPD_distribute), StartLoc, EndLoc, in Create()
1283 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1286 /*NumChildren=*/0, StartLoc, in Create()
1298 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1303 numLoopChildren(CollapsedNum, OMPD_distribute_parallel_for) + 1, StartLoc, in Create()
1360 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1366 StartLoc, EndLoc, CollapsedNum); in Create()
1419 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1424 numLoopChildren(CollapsedNum, OMPD_distribute_simd), StartLoc, EndLoc, in Create()
1463 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1468 numLoopChildren(CollapsedNum, OMPD_target_parallel_for_simd), StartLoc, in Create()
1509 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1515 numLoopChildren(CollapsedNum, OMPD_target_simd), StartLoc, EndLoc, in Create()
1545 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1550 numLoopChildren(CollapsedNum, OMPD_teams_distribute), StartLoc, EndLoc, in Create()
1589 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1594 numLoopChildren(CollapsedNum, OMPD_teams_distribute_simd), StartLoc, in Create()
1633 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1639 StartLoc, EndLoc, CollapsedNum); in Create()
1693 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1699 StartLoc, EndLoc, CollapsedNum); in Create()
1754 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1757 /*NumChildren=*/0, StartLoc, in Create()
1769 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1774 numLoopChildren(CollapsedNum, OMPD_target_teams_distribute), StartLoc, in Create()
1816 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1823 StartLoc, EndLoc, CollapsedNum); in Create()
1880 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1887 StartLoc, EndLoc, CollapsedNum); in Create()
1941 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1947 StartLoc, EndLoc, CollapsedNum); in Create()
1987 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1991 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
2002 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
2006 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
2020 SourceLocation StartLoc, in Create() argument
2025 /*NumChildren=*/0, StartLoc, in Create()