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