Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp780 auto RetTyNullability = ReturnType->getNullability(); in deduceClosureReturnType() local
783 (!RetTyNullability || in deduceClosureReturnType()
784 hasWeakerNullability(*RetTyNullability, *BlockNullability))) in deduceClosureReturnType()