Searched defs:Promise (Results 1 – 5 of 5) sorted by relevance
78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
255 function Promise() { class
302 Promise, ///< The promise statement. enumerator314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
404 std::promise<typename Func::OptionalReturn> Promise; in appendCallAsyncWithSeq() local
93 class Promise; variable