Searched refs:getSourceExprs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2203 MutableArrayRef<Expr *> getSourceExprs() { function in class:clang::final
2206 ArrayRef<const Expr *> getSourceExprs() const { function in class:clang::final
2218 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size());
2221 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size());
2313 return helper_expr_const_range(getSourceExprs().begin(),
2314 getSourceExprs().end());
2318 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end());
3586 MutableArrayRef<Expr *> getSourceExprs() { function in class:clang::final
3589 ArrayRef<const Expr *> getSourceExprs() cons function in class:clang::final
3750 MutableArrayRef<Expr *> getSourceExprs() { function in class:clang::final
3753 ArrayRef<const Expr *> getSourceExprs() const { function in class:clang::final
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp394 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
551 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
592 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());

Completed in 202 milliseconds