Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3787 MutableArrayRef<Expr *> getPrivates() { in getPrivates() function
3790 ArrayRef<const Expr *> getPrivates() const { in getPrivates() function
3801 return {getPrivates().end(), varlist_size()}; in getLHSExprs()
3804 return {getPrivates().end(), varlist_size()}; in getLHSExprs()
3989 return helper_expr_const_range(getPrivates().begin(), getPrivates().end()); in privates()
3993 return helper_expr_range(getPrivates().begin(), getPrivates().end()); in privates()
4152 MutableArrayRef<Expr *> getPrivates() { in getPrivates() function
4155 ArrayRef<const Expr *> getPrivates() const { in getPrivates() function
4166 return {getPrivates().end(), varlist_size()}; in getLHSExprs()
4169 return {getPrivates().end(), varlist_size()}; in getLHSExprs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp563 llvm::copy(IL, getPrivates().end()); in setInits()
748 llvm::copy(LHSExprs, getPrivates().end()); in setLHSExprs()
850 llvm::copy(LHSExprs, getPrivates().end()); in setLHSExprs()
903 llvm::copy(LHSExprs, getPrivates().end()); in setLHSExprs()