Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1359 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 1362 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 1374 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 1377 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 1446 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 1447 getSourceExprs().end()); in source_exprs() 1450 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 2095 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2098 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2109 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() [all …]
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 114 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 263 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 308 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|