Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp726 auto RetTyNullability = ReturnType->getNullability(Ctx); in deduceClosureReturnType() local
729 (!RetTyNullability || in deduceClosureReturnType()
730 hasWeakerNullability(*RetTyNullability, *BlockNullability))) in deduceClosureReturnType()