Lines Matching defs:StartLoc

344                                            SourceLocation StartLoc,
349 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc);
394 SourceLocation StartLoc,
396 return new (C) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/false);
400 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc,
407 new (Mem) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/true);
433 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
439 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
464 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
470 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
513 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
520 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
537 SourceLocation StartLoc,
543 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size());
585 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
596 new (Mem) OMPLinearClause(StartLoc, LParenLoc, Modifier, ModifierLoc,
632 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
637 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
650 SourceLocation StartLoc,
653 return new (C) OMPAlignClause(A, StartLoc, LParenLoc, EndLoc);
679 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
684 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
720 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
725 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
793 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
804 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc,
866 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
874 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
928 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
936 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
955 SourceLocation StartLoc,
960 Clause->setLocStart(StartLoc);
974 SourceLocation StartLoc,
979 Clause->setLocStart(StartLoc);
993 SourceLocation StartLoc,
996 Clause->setLocStart(StartLoc);
1006 SourceLocation StartLoc,
1011 Clause->setLocStart(StartLoc);
1023 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
1032 StartLoc, LParenLoc, Allocator, Alignment, ColonLoc, Modifier1,
1046 SourceLocation StartLoc,
1052 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size());
1063 SourceLocation StartLoc,
1067 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc);
1077 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc,
1085 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops);
1520 SourceLocation StartLoc,
1527 new (Mem) OMPNontemporalClause(StartLoc, LParenLoc, EndLoc, VL.size());
1545 SourceLocation StartLoc,
1551 new (Mem) OMPInclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1563 SourceLocation StartLoc,
1569 new (Mem) OMPExclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1624 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc,
1631 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size());
1645 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc,
1651 OMPAffinityClause(StartLoc, LParenLoc, ColonLoc, EndLoc, Locators.size());
1665 SourceLocation StartLoc,
1673 InteropInfo.IsTarget, InteropInfo.IsTargetSync, StartLoc, LParenLoc,
1687 SourceLocation KLoc, SourceLocation StartLoc,
1689 return new (C) OMPBindClause(K, KLoc, StartLoc, LParenLoc, EndLoc);
1697 OMPDoacrossClause::Create(const ASTContext &C, SourceLocation StartLoc,
1705 OMPDoacrossClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops);
1778 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc,
1782 new (Mem) OMPNumTeamsClause(C, StartLoc, LParenLoc, EndLoc, VL.size());
1796 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc,
1800 new (Mem) OMPThreadLimitClause(C, StartLoc, LParenLoc, EndLoc, VL.size());