Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6915 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument
6924 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()
6926 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()
7116 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument
7125 assert(std::size(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()
7127 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()