Searched refs:buildPromiseCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp475 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, function
707 buildPromiseCall(*this, ScopeInfo->CoroutinePromise, Loc, Name, None);
823 ExprResult R = buildPromiseCall(*this, Promise, Loc, "await_transform", E);
889 ExprResult Awaitable = buildPromiseCall(
975 PC = buildPromiseCall(*this, Promise, Loc, "return_value", E);
978 PC = buildPromiseCall(*this, Promise, Loc, "return_void", None);
1462 ExprResult UnhandledException = buildPromiseCall(S, Fn.CoroutinePromise, Loc,
1486 buildPromiseCall(S, Fn.CoroutinePromise, Loc, "get_return_object", None);

Completed in 238 milliseconds