Home
last modified time | relevance | path

Searched refs:TheMotionModifiersLoc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h6780 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
6792 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()
6794 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
6981 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
6993 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()
6995 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()