Home
last modified time | relevance | path

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

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