Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6571 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
6584 TheMotionModifiersLoc.size() && in OMPToClause()
6586 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
6773 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
6786 TheMotionModifiersLoc.size() && in OMPFromClause()
6788 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()