Searched defs:Promise (Results 1 – 15 of 15) sorted by relevance
7 public open class Promise<out T> class
11 function Promise(fn) { class in MakePromise98 Promise.prototype['catch'] = function (onRejected) { class
78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
20 public class Promise<T> { class
302 Promise, ///< The promise statement. enumerator314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
255 function Promise() { class
114 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local515 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()854 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local1012 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
7640 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
322 Promise, ///< The promise statement. enumerator349 Stmt *Promise = nullptr; member
62 std::promise<std::shared_ptr<T>> Promise; member
100 Promise, enumerator
675 .. _final:676 .. _final suspend:
404 std::promise<typename Func::OptionalReturn> Promise; in appendCallAsyncWithSeq() local
1416 ErrorReturnPromise Promise; in appendCallNB() local
1413 ErrorReturnPromise Promise; in appendCallNB() local