Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp109 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
465 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
844 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
991 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
H A DTreeTransform.h8413 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member