Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15305 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local
15307 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()
15311 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
15340 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local
15342 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()
15346 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
15375 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex() local
15376 if (!MKOpt) { in GetNSSetArgumentIndex()
15380 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()