Searched refs:getSourceExprs (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 2480 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2483 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2495 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2498 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2590 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 2591 getSourceExprs().end()); in source_exprs() 2595 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 3963 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 3966 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 3977 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()
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 463 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 620 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 661 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|