clang 20.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::OMPCopyinClause Class Referencefinal

This represents clause 'copyin' in the '#pragma omp ...' directives. More...

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for clang::OMPCopyinClause:
Inheritance graph
[legend]

Public Types

using helper_expr_iterator = MutableArrayRef< Expr * >::iterator
 
using helper_expr_const_iterator = ArrayRef< const Expr * >::iterator
 
using helper_expr_range = llvm::iterator_range< helper_expr_iterator >
 
using helper_expr_const_range = llvm::iterator_range< helper_expr_const_iterator >
 
- Public Types inherited from clang::OMPVarListClause< OMPCopyinClause >
using varlist_iterator = MutableArrayRef< Expr * >::iterator
 
using varlist_const_iterator = ArrayRef< const Expr * >::iterator
 
using varlist_range = llvm::iterator_range< varlist_iterator >
 
using varlist_const_range = llvm::iterator_range< varlist_const_iterator >
 
- Public Types inherited from clang::OMPClause
using child_iterator = StmtIterator
 
using const_child_iterator = ConstStmtIterator
 
using child_range = llvm::iterator_range<