Home
last modified time | relevance | path

Searched defs:Promise (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp114 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
515 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
855 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
1014 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
H A DTreeTransform.h7731 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h322 Promise, ///< The promise statement. enumerator
349 Stmt *Promise = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst675 .. _final:
676 .. _final suspend:
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1403 ErrorReturnPromise Promise; in appendCallNB() local