Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h6779 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument
6788 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()
6790 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()
6980 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument
6989 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()
6991 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()