Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1470 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 1473 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 1485 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 1488 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 1561 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 1562 getSourceExprs().end()); in source_exprs() 1565 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 2244 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2247 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2258 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() [all …]
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 240 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 379 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 420 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|