Lines Matching defs:StartLoc

263                                            SourceLocation StartLoc,
268 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
282 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
286 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
301 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
306 StartLoc, EndLoc, CollapsedNum);
337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
343 StartLoc, EndLoc, CollapsedNum);
410 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc,
415 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc,
431 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc,
438 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc);
453 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc,
457 C, std::nullopt, AssociatedStmt, TransformedStmtOffset + 1, StartLoc,
471 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
475 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc,
491 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
497 StartLoc, EndLoc, CollapsedNum);
535 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
539 /*NumChildren=*/1, StartLoc,
555 SourceLocation StartLoc,
561 /*NumChildren=*/0, StartLoc, EndLoc);
573 SourceLocation StartLoc,
578 /*NumChildren=*/0, StartLoc,
590 SourceLocation StartLoc,
595 /*NumChildren=*/0, StartLoc,
607 SourceLocation StartLoc,
611 /*NumChildren=*/0, StartLoc,
623 SourceLocation StartLoc, SourceLocation EndLoc,
627 StartLoc, EndLoc);
638 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
643 numLoopChildren(CollapsedNum, OMPD_parallel_for) + 1, StartLoc, EndLoc,
683 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
688 numLoopChildren(CollapsedNum, OMPD_parallel_for_simd), StartLoc, EndLoc,
727 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
730 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
743 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
746 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
759 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
763 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
777 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
781 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
794 SourceLocation StartLoc,
796 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc);
805 SourceLocation StartLoc,
809 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
820 SourceLocation StartLoc,
822 return new (C) OMPBarrierDirective(StartLoc, EndLoc);
831 OMPTaskwaitDirective::Create(const ASTContext &C, SourceLocation StartLoc,
835 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
846 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
849 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
862 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
864 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc);
875 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
879 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
892 SourceLocation StartLoc,
896 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
907 SourceLocation StartLoc,
912 /*NumChildren=*/0, StartLoc, EndLoc);
922 SourceLocation StartLoc,
927 /*NumChildren=*/0, StartLoc, EndLoc);
937 SourceLocation StartLoc,
943 /*NumChildren=*/0, StartLoc, EndLoc);
955 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc,
959 C, Clauses, AssociatedStmt, /*NumChildren=*/7, StartLoc, EndLoc);
981 SourceLocation StartLoc,
986 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
997 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1001 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
1015 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1020 numLoopChildren(CollapsedNum, OMPD_target_parallel_for) + 1, StartLoc,
1062 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1065 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1076 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1079 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1090 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1093 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1104 SourceLocation StartLoc,
1109 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1120 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1125 StartLoc, EndLoc, CollapsedNum);
1164 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1169 numLoopChildren(CollapsedNum, OMPD_taskloop_simd), StartLoc, EndLoc,
1207 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1212 numLoopChildren(CollapsedNum, OMPD_master_taskloop), StartLoc, EndLoc,
1252 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1257 numLoopChildren(CollapsedNum, OMPD_masked_taskloop), StartLoc, EndLoc,
1297 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1302 numLoopChildren(CollapsedNum, OMPD_master_taskloop_simd), StartLoc,
1341 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1346 numLoopChildren(CollapsedNum, OMPD_masked_taskloop_simd), StartLoc,
1385 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1390 numLoopChildren(CollapsedNum, OMPD_parallel_master_taskloop), StartLoc,
1432 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1437 numLoopChildren(CollapsedNum, OMPD_parallel_masked_taskloop), StartLoc,
1480 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1486 StartLoc, EndLoc, CollapsedNum);
1527 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1533 StartLoc, EndLoc, CollapsedNum);
1573 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1578 numLoopChildren(CollapsedNum, OMPD_distribute), StartLoc, EndLoc,
1617 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1620 /*NumChildren=*/0, StartLoc,
1632 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1637 numLoopChildren(CollapsedNum, OMPD_distribute_parallel_for) + 1, StartLoc,
1694 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1700 StartLoc, EndLoc, CollapsedNum);
1753 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1758 numLoopChildren(CollapsedNum, OMPD_distribute_simd), StartLoc, EndLoc,
1797 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1802 numLoopChildren(CollapsedNum, OMPD_target_parallel_for_simd), StartLoc,
1843 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1849 numLoopChildren(CollapsedNum, OMPD_target_simd), StartLoc, EndLoc,
1879 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1884 numLoopChildren(CollapsedNum, OMPD_teams_distribute), StartLoc, EndLoc,
1923 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1928 numLoopChildren(CollapsedNum, OMPD_teams_distribute_simd), StartLoc,
1967 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1973 StartLoc, EndLoc, CollapsedNum);
2027 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2033 StartLoc, EndLoc, CollapsedNum);
2088 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2091 /*NumChildren=*/0, StartLoc,
2103 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2108 numLoopChildren(CollapsedNum, OMPD_target_teams_distribute), StartLoc,
2150 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2157 StartLoc, EndLoc, CollapsedNum);
2214 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2221 StartLoc, EndLoc, CollapsedNum);
2275 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2281 StartLoc, EndLoc, CollapsedNum);
2321 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc,
2325 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
2336 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2340 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
2354 SourceLocation StartLoc,
2359 /*NumChildren=*/0, StartLoc,
2371 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2376 StartLoc, EndLoc, CollapsedNum);
2413 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2418 numLoopChildren(CollapsedNum, OMPD_teams_loop), StartLoc, EndLoc,
2470 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2475 numLoopChildren(CollapsedNum, OMPD_target_teams_loop), StartLoc, EndLoc,
2529 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2534 numLoopChildren(CollapsedNum, OMPD_parallel_loop), StartLoc, EndLoc,
2573 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2578 numLoopChildren(CollapsedNum, OMPD_target_parallel_loop), StartLoc,