Searched refs:TheMotionModifiers (Results 1 – 1 of 1) sorted by relevance
6368 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument6377 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()6379 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()6570 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument6579 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()6581 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()