Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp156 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
157 if (!CoroHandle) { in lookupCoroutineHandleType()
173 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
423 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
425 BuildSubExpr(ACT::ACT_Suspend, "await_suspend", CoroHandle)); in buildCoawaitCalls()