Searched refs:CoroHandleType (Results 1 – 1 of 1) sorted by relevance
170 QualType CoroHandleType = in lookupCoroutineHandleType() local172 if (CoroHandleType.isNull()) in lookupCoroutineHandleType()174 if (S.RequireCompleteType(Loc, CoroHandleType, in lookupCoroutineHandleType()178 return CoroHandleType; in lookupCoroutineHandleType()267 QualType CoroHandleType = lookupCoroutineHandleType(S, PromiseType, Loc); in buildCoroutineHandle() local268 if (CoroHandleType.isNull()) in buildCoroutineHandle()271 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()