• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching defs:StartLoc

163     const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
171 new (Mem) OMPParallelDirective(StartLoc, EndLoc, Clauses.size());
190 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
199 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
233 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
241 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
285 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
295 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
338 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
346 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size());
365 SourceLocation StartLoc,
371 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
385 SourceLocation StartLoc,
394 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size());
411 SourceLocation StartLoc,
416 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc);
430 SourceLocation StartLoc, SourceLocation EndLoc,
437 new (Mem) OMPCriticalDirective(Name, StartLoc, EndLoc, Clauses.size());
454 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
463 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
507 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
516 StartLoc, EndLoc, CollapsedNum, Clauses.size());
559 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
566 new (Mem) OMPParallelMasterDirective(StartLoc, EndLoc, Clauses.size());
584 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
592 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size());
611 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
618 new (Mem) OMPTaskDirective(StartLoc, EndLoc, Clauses.size());
635 SourceLocation StartLoc,
639 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc);
650 SourceLocation StartLoc,
653 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc);
664 SourceLocation StartLoc,
667 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc);
678 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
685 new (Mem) OMPTaskgroupDirective(StartLoc, EndLoc, Clauses.size());
703 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
709 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc);
723 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
731 new (Mem) OMPCancelDirective(StartLoc, EndLoc, Clauses.size());
748 SourceLocation StartLoc,
755 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size());
770 SourceLocation StartLoc,
777 auto *Dir = new (Mem) OMPDepobjDirective(StartLoc, EndLoc, Clauses.size());
793 SourceLocation StartLoc,
799 auto *Dir = new (Mem) OMPScanDirective(StartLoc, EndLoc, Clauses.size());
814 SourceLocation StartLoc,
823 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
840 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
848 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size());
871 SourceLocation StartLoc,
880 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size());
897 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
905 new (Mem) OMPTargetParallelDirective(StartLoc, EndLoc, Clauses.size());
924 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
933 StartLoc, EndLoc, CollapsedNum, Clauses.size());
978 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
984 new (Mem) OMPTargetDataDirective(StartLoc, EndLoc, Clauses.size());
1000 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1006 new (Mem) OMPTargetEnterDataDirective(StartLoc, EndLoc, Clauses.size());
1022 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1028 new (Mem) OMPTargetExitDataDirective(StartLoc, EndLoc, Clauses.size());
1044 SourceLocation StartLoc,
1053 new (Mem) OMPTeamsDirective(StartLoc, EndLoc, Clauses.size());
1070 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1079 OMPTaskLoopDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1123 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1132 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1174 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1183 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1227 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1237 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1281 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1291 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1338 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1348 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1394 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1403 OMPDistributeDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1445 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1452 new (Mem) OMPTargetUpdateDirective(StartLoc, EndLoc, Clauses.size());
1469 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1479 new (Mem) OMPDistributeParallelForDirective(StartLoc, EndLoc,
1541 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1551 OMPDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1611 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1621 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1665 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1675 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc,
1721 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1731 OMPTargetSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1765 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1774 StartLoc, EndLoc, CollapsedNum, Clauses.size());
1817 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1827 new (Mem) OMPTeamsDistributeSimdDirective(StartLoc, EndLoc, CollapsedNum,
1872 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1883 OMPTeamsDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum,
1945 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1955 OMPTeamsDistributeParallelForDirective(StartLoc, EndLoc, CollapsedNum,
2017 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2024 new (Mem) OMPTargetTeamsDirective(StartLoc, EndLoc, Clauses.size());
2041 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2051 new (Mem) OMPTargetTeamsDistributeDirective(StartLoc, EndLoc, CollapsedNum,
2098 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2111 StartLoc, EndLoc, CollapsedNum, Clauses.size());
2175 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2188 StartLoc, EndLoc, CollapsedNum, Clauses.size());
2249 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
2259 OMPTargetTeamsDistributeSimdDirective(StartLoc, EndLoc, CollapsedNum,