Lines Matching refs:StartLoc
325 SourceLocation StartLoc, in Create() argument
330 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create()
375 SourceLocation StartLoc, in Create() argument
377 return new (C) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/false); in Create()
381 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
388 new (Mem) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/true); in Create()
414 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
420 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
445 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
451 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
494 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
501 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create()
518 SourceLocation StartLoc, in Create() argument
524 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
566 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
576 StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc, EndLoc, VL.size()); in Create()
611 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
616 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size()); in Create()
651 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
656 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
692 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
697 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
765 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
776 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc, in Create()
838 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
846 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo); in Create()
900 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() argument
908 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo); in Create()
927 SourceLocation StartLoc, in Create() argument
932 Clause->setLocStart(StartLoc); in Create()
946 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
952 auto *Clause = new (Mem) OMPAllocateClause(StartLoc, LParenLoc, Allocator, in Create()
965 SourceLocation StartLoc, in Create() argument
971 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
982 SourceLocation StartLoc, in Create() argument
986 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc); in Create()
996 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1005 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
1393 SourceLocation StartLoc, in Create() argument
1400 new (Mem) OMPNontemporalClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1418 SourceLocation StartLoc, in Create() argument
1424 new (Mem) OMPInclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1436 SourceLocation StartLoc, in Create() argument
1442 new (Mem) OMPExclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1497 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1504 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size()); in Create()
1518 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() argument
1524 OMPAffinityClause(StartLoc, LParenLoc, ColonLoc, EndLoc, Locators.size()); in Create()
1538 bool IsTargetSync, SourceLocation StartLoc, in Create() argument
1545 new (Mem) OMPInitClause(IsTarget, IsTargetSync, StartLoc, LParenLoc, in Create()