Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp176 QualType CoroHandleType = in lookupCoroutineHandleType() local
178 if (CoroHandleType.isNull()) in lookupCoroutineHandleType()
180 if (S.RequireCompleteType(Loc, CoroHandleType, in lookupCoroutineHandleType()
184 return CoroHandleType; in lookupCoroutineHandleType()
337 QualType CoroHandleType = lookupCoroutineHandleType(S, PromiseType, Loc); in buildCoroutineHandle() local
338 if (CoroHandleType.isNull()) in buildCoroutineHandle()
341 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()