Searched refs:MKOpt (Results 1 – 2 of 2) sorted by relevance
775 std::optional<NSAPI::NSNumberLiteralMethodKind> MKOpt = in rewriteToNumberLiteral() local777 if (!MKOpt) in rewriteToNumberLiteral()779 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral()983 std::optional<NSAPI::NSNumberLiteralMethodKind> MKOpt = in rewriteToNumericBoxedExpression() local985 if (!MKOpt) in rewriteToNumericBoxedExpression()987 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression()
1006 std::optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local1008 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()1012 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()1039 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local1041 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()1045 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()1073 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex() local1075 if (!MKOpt) { in GetNSSetArgumentIndex()1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()