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.h7502 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
7514 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPToClause()
7516 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
7703 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
7715 assert(std::size(MotionModifiersLoc) == TheMotionModifiersLoc.size() && in OMPFromClause()
7717 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()