Lines Matching refs:StartLoc

238     const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,  in Create()  argument
242 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
257 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
263 StartLoc, EndLoc, CollapsedNum); in Create()
293 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
298 StartLoc, EndLoc, CollapsedNum); in Create()
338 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
343 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc, in Create()
359 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
365 StartLoc, EndLoc, CollapsedNum); in Create()
403 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
407 /*NumChildren=*/1, StartLoc, in Create()
423 SourceLocation StartLoc, in Create() argument
429 /*NumChildre=*/0, StartLoc, EndLoc); in Create()
441 SourceLocation StartLoc, in Create() argument
446 /*NumChildren=*/0, StartLoc, in Create()
458 SourceLocation StartLoc, in Create() argument
462 /*NumChildren=*/0, StartLoc, in Create()
474 SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
478 StartLoc, EndLoc); in Create()
489 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
494 numLoopChildren(CollapsedNum, OMPD_parallel_for) + 1, StartLoc, EndLoc, in Create()
534 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
539 numLoopChildren(CollapsedNum, OMPD_parallel_for_simd), StartLoc, EndLoc, in Create()
578 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
581 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
594 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
598 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
612 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
616 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
629 SourceLocation StartLoc, in Create() argument
631 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()
640 SourceLocation StartLoc, in Create() argument
642 return new (C) OMPBarrierDirective(StartLoc, EndLoc); in Create()
651 SourceLocation StartLoc, in Create() argument
653 return new (C) OMPTaskwaitDirective(StartLoc, EndLoc); in Create()
662 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
665 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
678 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
680 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()
691 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
695 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
708 SourceLocation StartLoc, in Create() argument
712 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
723 SourceLocation StartLoc, in Create() argument
728 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
738 SourceLocation StartLoc, in Create() argument
743 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
753 SourceLocation StartLoc, in Create() argument
759 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
771 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
775 C, Clauses, AssociatedStmt, /*NumChildren=*/4, StartLoc, EndLoc); in Create()
793 SourceLocation StartLoc, in Create() argument
798 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
809 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
813 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
827 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
832 numLoopChildren(CollapsedNum, OMPD_target_parallel_for) + 1, StartLoc, in Create()
874 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
877 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
888 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
891 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
902 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
905 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
916 SourceLocation StartLoc, in Create() argument
921 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
932 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
937 StartLoc, EndLoc, CollapsedNum); in Create()
976 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
981 numLoopChildren(CollapsedNum, OMPD_taskloop_simd), StartLoc, EndLoc, in Create()
1019 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1024 numLoopChildren(CollapsedNum, OMPD_master_taskloop), StartLoc, EndLoc, in Create()
1064 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1069 numLoopChildren(CollapsedNum, OMPD_master_taskloop_simd), StartLoc, in Create()
1108 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1113 numLoopChildren(CollapsedNum, OMPD_parallel_master_taskloop), StartLoc, in Create()
1156 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1162 StartLoc, EndLoc, CollapsedNum); in Create()
1202 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1207 numLoopChildren(CollapsedNum, OMPD_distribute), StartLoc, EndLoc, in Create()
1245 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1248 /*NumChildren=*/0, StartLoc, in Create()
1260 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1265 numLoopChildren(CollapsedNum, OMPD_distribute_parallel_for) + 1, StartLoc, in Create()
1322 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1328 StartLoc, EndLoc, CollapsedNum); in Create()
1381 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1386 numLoopChildren(CollapsedNum, OMPD_distribute_simd), StartLoc, EndLoc, in Create()
1425 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1430 numLoopChildren(CollapsedNum, OMPD_target_parallel_for_simd), StartLoc, in Create()
1471 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1477 numLoopChildren(CollapsedNum, OMPD_target_simd), StartLoc, EndLoc, in Create()
1507 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1512 numLoopChildren(CollapsedNum, OMPD_teams_distribute), StartLoc, EndLoc, in Create()
1551 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1556 numLoopChildren(CollapsedNum, OMPD_teams_distribute_simd), StartLoc, in Create()
1595 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1601 StartLoc, EndLoc, CollapsedNum); in Create()
1655 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1661 StartLoc, EndLoc, CollapsedNum); in Create()
1716 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1719 /*NumChildren=*/0, StartLoc, in Create()
1731 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1736 numLoopChildren(CollapsedNum, OMPD_target_teams_distribute), StartLoc, in Create()
1778 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1785 StartLoc, EndLoc, CollapsedNum); in Create()
1842 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1849 StartLoc, EndLoc, CollapsedNum); in Create()
1903 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1909 StartLoc, EndLoc, CollapsedNum); in Create()
1949 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1953 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc, in Create()
1964 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1968 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
1982 SourceLocation StartLoc, in Create() argument
1987 /*NumChildren=*/0, StartLoc, in Create()