Searched refs:TheMotionModifiersLoc (Results 1 – 1 of 1) sorted by relevance
6916 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument6928 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()6930 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()7117 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument7129 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()7131 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()