Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2841 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2844 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2856 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2859 return llvm::ArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2951 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 2952 getSourceExprs().end()); in source_exprs() 2956 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 4324 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 4327 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 4338 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 499 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 663 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 704 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|