Lines Matching defs:StartLoc

164     const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
171 new (Mem) OMPParallelDirective(StartLoc, EndLoc, Clauses.size());
189 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
198 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
232 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc,
241 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
284 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
294 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
344 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size());
362 SourceLocation StartLoc,
368 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
382 SourceLocation StartLoc,
391 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size());
408 SourceLocation StartLoc,
413 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc);
427 SourceLocation StartLoc, SourceLocation EndLoc,
434 new (Mem) OMPCriticalDirective(Name, StartLoc, EndLoc, Clauses.size());
451 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
460 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
503 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
512 StartLoc, EndLoc, CollapsedNum, Clauses.size());
555 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
562 new (Mem) OMPParallelMasterDirective(StartLoc, EndLoc, Clauses.size());
579 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
586 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size());
604 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
611 new (Mem) OMPTaskDirective(StartLoc, EndLoc, Clauses.size());
628 SourceLocation StartLoc,
632 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc);
643 SourceLocation StartLoc,
646 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc);
657 SourceLocation StartLoc,
660 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc);
671 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
678 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size());
696 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
702 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc);
716 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
724 new (Mem) OMPCancelDirective(StartLoc, EndLoc, Clauses.size());
741 SourceLocation StartLoc,
748 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size());
763 SourceLocation StartLoc,
772 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
789 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
797 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size());
820 SourceLocation StartLoc,
829 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size());
846 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
853 new (Mem) OMPTargetParallelDirective(StartLoc, EndLoc, Clauses.size());
870 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
879 StartLoc, EndLoc, CollapsedNum, Clauses.size());
923 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
929 new (Mem) OMPTargetDataDirective(StartLoc, EndLoc, Clauses.size());
945 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
951 new (Mem) OMPTargetEnterDataDirective(StartLoc, EndLoc, Clauses.size());
967 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
973 new (Mem) OMPTargetExitDataDirective(StartLoc, EndLoc, Clauses.size());
989 SourceLocation StartLoc,
998 new (Mem) OMPTeamsDirective(StartLoc, EndLoc, Clauses.size());
1015 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1024 OMPTaskLoopDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1067 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1076 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1118 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1127 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1170 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1180 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1224 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1234 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1280 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1290 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1336 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1345 OMPDistributeDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1387 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1394 new (Mem) OMPTargetUpdateDirective(StartLoc, EndLoc, Clauses.size());
1411 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1421 new (Mem) OMPDistributeParallelForDirective(StartLoc, EndLoc,
1482 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1492 OMPDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1552 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1562 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1606 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1616 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc,
1662 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1672 OMPTargetSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1706 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1715 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1758 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1768 new (Mem) OMPTeamsDistributeSimdDirective(StartLoc, EndLoc, CollapsedNum,
1813 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1824 OMPTeamsDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1886 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1896 OMPTeamsDistributeParallelForDirective(StartLoc, EndLoc, CollapsedNum,
1957 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1964 new (Mem) OMPTargetTeamsDirective(StartLoc, EndLoc, Clauses.size());
1981 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1991 new (Mem) OMPTargetTeamsDistributeDirective(StartLoc, EndLoc, CollapsedNum,
2038 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2051 StartLoc, EndLoc, CollapsedNum, Clauses.size());
2114 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2127 StartLoc, EndLoc, CollapsedNum, Clauses.size());
2188 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2198 OMPTargetTeamsDistributeSimdDirective(StartLoc, EndLoc, CollapsedNum,