Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6570 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument
6579 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()
6581 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()
6772 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument
6781 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()
6783 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()