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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp468 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, function
619 buildPromiseCall(*this, ScopeInfo->CoroutinePromise, Loc, Name, None);
735 ExprResult R = buildPromiseCall(*this, Promise, Loc, "await_transform", E);
801 ExprResult Awaitable = buildPromiseCall(
887 PC = buildPromiseCall(*this, Promise, Loc, "return_value", E);
890 PC = buildPromiseCall(*this, Promise, Loc, "return_void", None);
1374 ExprResult UnhandledException = buildPromiseCall(S, Fn.CoroutinePromise, Loc,
1398 buildPromiseCall(S, Fn.CoroutinePromise, Loc, "get_return_object", None);

Completed in 54 milliseconds