Lines Matching defs:StartLoc
345 SourceLocation StartLoc,
350 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc);
395 SourceLocation StartLoc,
397 return new (C) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/false);
401 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc,
408 new (Mem) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/true);
434 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
440 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
465 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
471 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
514 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
521 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
538 SourceLocation StartLoc,
544 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size());
586 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
597 new (Mem) OMPLinearClause(StartLoc, LParenLoc, Modifier, ModifierLoc,
633 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
638 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
651 SourceLocation StartLoc,
654 return new (C) OMPAlignClause(A, StartLoc, LParenLoc, EndLoc);
680 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
685 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
721 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
726 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
794 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
805 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc,
867 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
875 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
929 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
937 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
956 SourceLocation StartLoc,
961 Clause->setLocStart(StartLoc);
975 SourceLocation StartLoc,
978 Clause->setLocStart(StartLoc);
988 SourceLocation StartLoc,
993 Clause->setLocStart(StartLoc);
1005 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc,
1011 auto *Clause = new (Mem) OMPAllocateClause(StartLoc, LParenLoc, Allocator,
1024 SourceLocation StartLoc,
1030 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size());
1041 SourceLocation StartLoc,
1045 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc);
1055 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc,
1063 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops);
1502 SourceLocation StartLoc,
1509 new (Mem) OMPNontemporalClause(StartLoc, LParenLoc, EndLoc, VL.size());
1527 SourceLocation StartLoc,
1533 new (Mem) OMPInclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1545 SourceLocation StartLoc,
1551 new (Mem) OMPExclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1606 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc,
1613 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size());
1627 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc,
1633 OMPAffinityClause(StartLoc, LParenLoc, ColonLoc, EndLoc, Locators.size());
1647 SourceLocation StartLoc,
1655 InteropInfo.IsTarget, InteropInfo.IsTargetSync, StartLoc, LParenLoc,
1669 SourceLocation KLoc, SourceLocation StartLoc,
1671 return new (C) OMPBindClause(K, KLoc, StartLoc, LParenLoc, EndLoc);
1679 OMPDoacrossClause::Create(const ASTContext &C, SourceLocation StartLoc,
1687 OMPDoacrossClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops);