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 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
307 StartLoc, EndLoc, CollapsedNum);
337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
342 StartLoc, EndLoc, CollapsedNum);
408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc,
413 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc,
429 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc,
436 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc);
451 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc,
455 C, {}, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc);
468 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
472 C, Clauses, AssociatedStmt, TransformedStmtOffset + 1, StartLoc, EndLoc,
488 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
494 StartLoc, EndLoc, CollapsedNum);
532 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
536 /*NumChildren=*/1, StartLoc,
552 SourceLocation StartLoc,
558 /*NumChildren=*/0, StartLoc, EndLoc);
570 SourceLocation StartLoc,
575 /*NumChildren=*/0, StartLoc,
587 SourceLocation StartLoc,
592 /*NumChildren=*/0, StartLoc,
604 SourceLocation StartLoc,
608 /*NumChildren=*/0, StartLoc,
620 SourceLocation StartLoc, SourceLocation EndLoc,
624 StartLoc, EndLoc);
635 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
640 numLoopChildren(CollapsedNum, OMPD_parallel_for) + 1, StartLoc, EndLoc,
680 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
685 numLoopChildren(CollapsedNum, OMPD_parallel_for_simd), StartLoc, EndLoc,
724 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
727 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
740 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
743 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
756 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
760 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
774 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
778 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
791 SourceLocation StartLoc,
793 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc);
802 SourceLocation StartLoc,
807 /*NumChildren=*/0, StartLoc,
819 SourceLocation StartLoc,
823 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
834 SourceLocation StartLoc,
836 return new (C) OMPBarrierDirective(StartLoc, EndLoc);
845 OMPTaskwaitDirective::Create(const ASTContext &C, SourceLocation StartLoc,
849 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
860 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
863 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
876 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
878 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc);
889 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
893 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
906 SourceLocation StartLoc,
910 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
921 SourceLocation StartLoc,
926 /*NumChildren=*/0, StartLoc, EndLoc);
936 SourceLocation StartLoc,
941 /*NumChildren=*/0, StartLoc, EndLoc);
951 SourceLocation StartLoc,
957 /*NumChildren=*/0, StartLoc, EndLoc);
969 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc,
973 C, Clauses, AssociatedStmt, /*NumChildren=*/7, StartLoc, EndLoc);
995 SourceLocation StartLoc,
1000 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1011 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1015 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc);
1029 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1034 numLoopChildren(CollapsedNum, OMPD_target_parallel_for) + 1, StartLoc,
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 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1107 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1118 SourceLocation StartLoc,
1123 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
1134 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1139 StartLoc, EndLoc, CollapsedNum);
1178 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1183 numLoopChildren(CollapsedNum, OMPD_taskloop_simd), StartLoc, EndLoc,
1221 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1226 numLoopChildren(CollapsedNum, OMPD_master_taskloop), StartLoc, EndLoc,
1266 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1271 numLoopChildren(CollapsedNum, OMPD_masked_taskloop), StartLoc, EndLoc,
1311 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1316 numLoopChildren(CollapsedNum, OMPD_master_taskloop_simd), StartLoc,
1355 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1360 numLoopChildren(CollapsedNum, OMPD_masked_taskloop_simd), StartLoc,
1399 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1404 numLoopChildren(CollapsedNum, OMPD_parallel_master_taskloop), StartLoc,
1446 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1451 numLoopChildren(CollapsedNum, OMPD_parallel_masked_taskloop), StartLoc,
1494 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1500 StartLoc, EndLoc, CollapsedNum);
1541 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1547 StartLoc, EndLoc, CollapsedNum);
1587 OMPDistributeDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1593 numLoopChildren(CollapsedNum, OMPD_distribute), StartLoc, EndLoc,
1631 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1634 /*NumChildren=*/0, StartLoc,
1646 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1651 numLoopChildren(CollapsedNum, OMPD_distribute_parallel_for) + 1, StartLoc,
1708 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1714 StartLoc, EndLoc, CollapsedNum);
1767 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1772 numLoopChildren(CollapsedNum, OMPD_distribute_simd), StartLoc, EndLoc,
1811 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1816 numLoopChildren(CollapsedNum, OMPD_target_parallel_for_simd), StartLoc,
1857 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1863 numLoopChildren(CollapsedNum, OMPD_target_simd), StartLoc, EndLoc,
1893 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1898 numLoopChildren(CollapsedNum, OMPD_teams_distribute), StartLoc, EndLoc,
1937 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1942 numLoopChildren(CollapsedNum, OMPD_teams_distribute_simd), StartLoc,
1981 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1987 StartLoc, EndLoc, CollapsedNum);
2041 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2047 StartLoc, EndLoc, CollapsedNum);
2102 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2105 /*NumChildren=*/0, StartLoc,
2117 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2122 numLoopChildren(CollapsedNum, OMPD_target_teams_distribute), StartLoc,
2164 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2171 StartLoc, EndLoc, CollapsedNum);
2228 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2235 StartLoc, EndLoc, CollapsedNum);
2289 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2295 StartLoc, EndLoc, CollapsedNum);
2335 OMPInteropDirective::Create(const ASTContext &C, SourceLocation StartLoc,
2339 C, Clauses, /*AssociatedStmt=*/nullptr, /*NumChildren=*/0, StartLoc,
2350 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2354 C, Clauses, AssociatedStmt, /*NumChildren=*/0, StartLoc, EndLoc);
2368 SourceLocation StartLoc,
2373 /*NumChildren=*/0, StartLoc,
2385 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2390 StartLoc, EndLoc, CollapsedNum);
2427 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2432 numLoopChildren(CollapsedNum, OMPD_teams_loop), StartLoc, EndLoc,
2484 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2489 numLoopChildren(CollapsedNum, OMPD_target_teams_loop), StartLoc, EndLoc,
2543 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2548 numLoopChildren(CollapsedNum, OMPD_parallel_loop), StartLoc, EndLoc,
2587 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2592 numLoopChildren(CollapsedNum, OMPD_target_parallel_loop), StartLoc,