Searched refs:TheMotionModifiersLoc (Results 1 – 1 of 1) sorted by relevance
6780 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument6792 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()6794 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()6981 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument6993 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()6995 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()