Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp113 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
468 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
726 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
884 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
HDTreeTransform.h7317 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h322 Promise, ///< The promise statement. enumerator
349 Stmt *Promise = nullptr; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroInternal.h100 Promise, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
HDRPCUtils.h1416 ErrorReturnPromise Promise; in appendCallNB() local