Searched refs:MKOpt (Results 1 – 2 of 2) sorted by relevance
781 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumberLiteral() local782 if (!MKOpt) in rewriteToNumberLiteral()784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral()985 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumericBoxedExpression() local986 if (!MKOpt) in rewriteToNumericBoxedExpression()988 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression()
8341 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local8343 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()8347 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()8390 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local8392 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()8396 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()8474 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex() local8475 if (!MKOpt) { in GetNSSetArgumentIndex()8479 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()