Searched refs:getExprPtr (Results 1 – 2 of 2) sorted by relevance
475 std::uninitialized_value_construct_n(getExprPtr(), NumExprs);497 llvm::uninitialized_copy(ArrayRef(DevNumExpr), getExprPtr()); in OpenACCWaitConstruct()498 llvm::uninitialized_copy(QueueIdExprs, getExprPtr() + 1); in OpenACCWaitConstruct()512 Expr **getExprPtr() const { in getExprPtr() function516 ArrayRef<Expr *> getExprs() const { return {getExprPtr(), NumExprs}; } in getExprs()518 ArrayRef<Expr *> getExprs() { return {getExprPtr(), NumExprs}; } in getExprs()545 Stmt **Begin = reinterpret_cast<Stmt **>(getExprPtr()); in children()551 reinterpret_cast<Stmt *const *>(getExprPtr()); in children()
2920 S->getExprPtr()[I] = cast_if_present<Expr>(Record.readSubStmt()); in VisitOpenACCWaitConstruct()2921 assert((I == 0 || S->getExprPtr()[I] != nullptr) && in VisitOpenACCWaitConstruct()