Searched refs:CoroHandle (Results 1 – 1 of 1) sorted by relevance
156 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local157 if (!CoroHandle) { in lookupCoroutineHandleType()173 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()423 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local425 BuildSubExpr(ACT::ACT_Suspend, "await_suspend", CoroHandle)); in buildCoawaitCalls()