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