Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp779 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumberLiteral() local
780 if (!MKOpt) in rewriteToNumberLiteral()
782 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral()
987 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumericBoxedExpression() local
988 if (!MKOpt) in rewriteToNumericBoxedExpression()
990 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14964 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local
14966 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()
14970 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
14999 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local
15001 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()
15005 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
15034 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex() local
15035 if (!MKOpt) { in GetNSSetArgumentIndex()
15039 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()