Home
last modified time | relevance | path

Searched refs:AwaitReady (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp383 CallExpr *AwaitReady = in buildCoawaitCalls() local
385 if (!AwaitReady) in buildCoawaitCalls()
387 if (!AwaitReady->getType()->isDependentType()) { in buildCoawaitCalls()
391 ExprResult Conv = S.PerformContextuallyConvertToBool(AwaitReady); in buildCoawaitCalls()
393 S.Diag(AwaitReady->getDirectCallee()->getBeginLoc(), in buildCoawaitCalls()
396 << AwaitReady->getDirectCallee() << E->getSourceRange(); in buildCoawaitCalls()