Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp765 auto RetTyNullability = ReturnType->getNullability(); in deduceClosureReturnType() local
768 (!RetTyNullability || in deduceClosureReturnType()
769 hasWeakerNullability(*RetTyNullability, *BlockNullability))) in deduceClosureReturnType()