Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp770 auto RetTyNullability = ReturnType->getNullability(Ctx); in deduceClosureReturnType() local
773 (!RetTyNullability || in deduceClosureReturnType()
774 hasWeakerNullability(*RetTyNullability, *BlockNullability))) in deduceClosureReturnType()