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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp276 static ExprResult buildOperatorCoawaitCall(Sema &SemaRef, SourceLocation Loc, function
284 static ExprResult buildOperatorCoawaitCall(Sema &SemaRef, Scope *S, function
289 return buildOperatorCoawaitCall(SemaRef, Loc, E,
622 Suspend = buildOperatorCoawaitCall(*this, SC, Loc, Suspend.get());
744 ExprResult Awaitable = buildOperatorCoawaitCall(*this, Loc, E, Lookup);
807 Awaitable = buildOperatorCoawaitCall(*this, S, Loc, Awaitable.get());

Completed in 65 milliseconds