Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6916 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
6928 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()
6930 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
7117 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
7129 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()
7131 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()