Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1565 unsigned receiverNullabilityIdx = 0; in getMessageSendResultType() local
1570 receiverNullabilityIdx = 1 + static_cast<unsigned>(*nullability); in getMessageSendResultType()
1596 = nullabilityMap[receiverNullabilityIdx][resultNullabilityIdx]; in getMessageSendResultType()