Searched defs:Promise (Results 1 – 6 of 6) sorted by relevance
78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
297 Promise, ///< The promise statement. enumerator309 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
255 function Promise() { class
78 var GlobalPromise = function Promise(executor) { class
68 Promise: true, property
96 class Promise; variable