Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6876 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
6888 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()
6890 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
7077 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
7089 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()
7091 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()