Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2574 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2577 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2589 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2592 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2684 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 2685 getSourceExprs().end()); in source_exprs() 2689 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 4057 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 4060 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 4071 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 482 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 639 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 680 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|