Searched refs:TheMotionModifiers (Results 1 – 1 of 1) sorted by relevance
6875 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument6884 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()6886 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()7076 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument7085 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()7087 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()