Searched refs:TheMotionModifiers (Results 1 – 1 of 1) sorted by relevance
7501 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument7510 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()7512 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()7702 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument7711 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()7713 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()