Lines Matching refs:EndLoc
238 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
242 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create()
258 SourceLocation EndLoc, unsigned CollapsedNum, 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()
339 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create() argument
343 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc, in Create()
360 SourceLocation EndLoc, unsigned CollapsedNum, in Create() argument
365 StartLoc, EndLoc, CollapsedNum); in Create()
403 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
408 EndLoc); in Create()
424 SourceLocation EndLoc, in Create() argument
429 /*NumChildre=*/0, StartLoc, EndLoc); in Create()
442 SourceLocation EndLoc, in Create() argument
447 EndLoc); in Create()
459 SourceLocation EndLoc, in Create() argument
463 EndLoc); 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()
613 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create() argument
616 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
630 SourceLocation EndLoc) { in Create() argument
631 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()
641 SourceLocation EndLoc) { in Create() argument
642 return new (C) OMPBarrierDirective(StartLoc, EndLoc); in Create()
652 SourceLocation EndLoc) { 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()
692 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create() argument
696 EndLoc); in Create()
709 SourceLocation EndLoc, in Create() argument
713 EndLoc); in Create()
724 SourceLocation EndLoc, in Create() argument
728 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
739 SourceLocation EndLoc, in Create() argument
743 /*NumChildren=*/0, StartLoc, EndLoc); in Create()
754 SourceLocation EndLoc, 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()
794 SourceLocation EndLoc, 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
833 EndLoc, CollapsedNum); 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()
917 SourceLocation EndLoc, 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
1070 EndLoc, CollapsedNum); in Create()
1108 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1114 EndLoc, CollapsedNum); 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
1249 EndLoc); in Create()
1260 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1266 EndLoc, CollapsedNum); 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
1431 EndLoc, CollapsedNum); in Create()
1472 SourceLocation EndLoc, unsigned CollapsedNum, 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
1557 EndLoc, CollapsedNum); 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
1720 EndLoc); in Create()
1731 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1737 EndLoc, CollapsedNum); 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()
1950 SourceLocation EndLoc, in Create() argument
1954 EndLoc); in Create()
1964 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1968 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc); in Create()
1983 SourceLocation EndLoc, in Create() argument
1988 EndLoc); in Create()