Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp177 QualType CoroHandleType = in lookupCoroutineHandleType() local
179 if (CoroHandleType.isNull()) in lookupCoroutineHandleType()
181 if (S.RequireCompleteType(Loc, CoroHandleType, in lookupCoroutineHandleType()
185 return CoroHandleType; in lookupCoroutineHandleType()
316 QualType CoroHandleType = lookupCoroutineHandleType(S, PromiseType, Loc); in buildCoroutineHandle() local
317 if (CoroHandleType.isNull()) in buildCoroutineHandle()
320 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle()