Searched refs:CoroHandleType (Results 1 – 1 of 1) sorted by relevance
173 QualType CoroHandleType = in lookupCoroutineHandleType() local175 if (CoroHandleType.isNull()) in lookupCoroutineHandleType()177 if (S.RequireCompleteType(Loc, CoroHandleType, in lookupCoroutineHandleType()181 return CoroHandleType; in lookupCoroutineHandleType()270 QualType CoroHandleType = lookupCoroutineHandleType(S, PromiseType, Loc); in buildCoroutineHandle() local271 if (CoroHandleType.isNull()) in buildCoroutineHandle()274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()