Home
last modified time | relevance | path

Searched refs:CoroHandleType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp170 QualType CoroHandleType = in lookupCoroutineHandleType() local
172 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() local
268 if (CoroHandleType.isNull()) in buildCoroutineHandle()
271 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()