Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h6462 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() argument
6471 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPToClause()
6473 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPToClause()
6664 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() argument
6673 assert(llvm::array_lengthof(MotionModifiers) == TheMotionModifiers.size() && in OMPFromClause()
6675 llvm::copy(TheMotionModifiers, std::begin(MotionModifiers)); in OMPFromClause()