Searched refs:TheMotionModifiers (Results 1 – 1 of 1) sorted by relevance
6915 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument6924 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()6926 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()7116 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument7125 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()7127 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()