@@ -7476,7 +7476,8 @@ class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
74767476
74777477 // / Motion-modifiers for the 'to' clause.
74787478 OpenMPMotionModifierKind MotionModifiers[NumberOfOMPMotionModifiers] = {
7479- OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown};
7479+ OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown,
7480+ OMPC_MOTION_MODIFIER_unknown};
74807481
74817482 // / Location of motion-modifiers for the 'to' clause.
74827483 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers];
@@ -7585,15 +7586,14 @@ class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
75857586 // / \param UDMQualifierLoc C++ nested name specifier for the associated
75867587 // / user-defined mapper.
75877588 // / \param MapperId The identifier of associated user-defined mapper.
7588- static OMPToClause *Create (const ASTContext &C, const OMPVarListLocTy &Locs,
7589- ArrayRef<Expr *> Vars,
7590- ArrayRef<ValueDecl *> Declarations,
7591- MappableExprComponentListsRef ComponentLists,
7592- ArrayRef<Expr *> UDMapperRefs,Expr *IteratorModifier,
7593- ArrayRef<OpenMPMotionModifierKind> MotionModifiers,
7594- ArrayRef<SourceLocation> MotionModifiersLoc,
7595- NestedNameSpecifierLoc UDMQualifierLoc,
7596- DeclarationNameInfo MapperId);
7589+ static OMPToClause *
7590+ Create (const ASTContext &C, const OMPVarListLocTy &Locs,
7591+ ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
7592+ MappableExprComponentListsRef ComponentLists,
7593+ ArrayRef<Expr *> UDMapperRefs, Expr *IteratorModifier,
7594+ ArrayRef<OpenMPMotionModifierKind> MotionModifiers,
7595+ ArrayRef<SourceLocation> MotionModifiersLoc,
7596+ NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
75977597
75987598 // / Creates an empty clause with the place for \a NumVars variables.
75997599 // /
@@ -7682,7 +7682,8 @@ class OMPFromClause final
76827682
76837683 // / Motion-modifiers for the 'from' clause.
76847684 OpenMPMotionModifierKind MotionModifiers[NumberOfOMPMotionModifiers] = {
7685- OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown};
7685+ OMPC_MOTION_MODIFIER_unknown, OMPC_MOTION_MODIFIER_unknown,
7686+ OMPC_MOTION_MODIFIER_unknown};
76867687
76877688 // / Location of motion-modifiers for the 'from' clause.
76887689 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers];
0 commit comments