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