Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp781 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumberLiteral() local
782 if (!MKOpt) in rewriteToNumberLiteral()
784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral()
985 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); in rewriteToNumericBoxedExpression() local
986 if (!MKOpt) in rewriteToNumericBoxedExpression()
988 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression()
/external/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()
/external/clang/lib/Sema/
DSemaChecking.cpp9985 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local
9987 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()
9991 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
10020 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local
10022 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()
10026 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
10055 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex() local
10056 if (!MKOpt) { in GetNSSetArgumentIndex()
10060 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14695 Optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local
14697 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()
14701 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
14730 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local
14732 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()
14736 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
14765 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex() local
14766 if (!MKOpt) { in GetNSSetArgumentIndex()
14770 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()