Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp774 auto RetTyNullability = ReturnType->getNullability(Ctx); in deduceClosureReturnType() local
777 (!RetTyNullability || in deduceClosureReturnType()
778 hasWeakerNullability(*RetTyNullability, *BlockNullability))) in deduceClosureReturnType()