Searched refs:TheMotionModifiers (Results 1 – 1 of 1) sorted by relevance
6779 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument6788 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()6790 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()6980 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument6989 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()6991 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()