Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h6702 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPToClause() argument
6715 TheMotionModifiersLoc.size() && in OMPToClause()
6717 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPToClause()
6904 ArrayRef<SourceLocation> TheMotionModifiersLoc, in OMPFromClause() argument
6917 TheMotionModifiersLoc.size() && in OMPFromClause()
6919 llvm::copy(TheMotionModifiersLoc, std::begin(MotionModifiersLoc)); in OMPFromClause()