Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp775 std::optional<NSAPI::NSNumberLiteralMethodKind> MKOpt = in rewriteToNumberLiteral() local
777 if (!MKOpt) in rewriteToNumberLiteral()
779 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral()
983 std::optional<NSAPI::NSNumberLiteralMethodKind> MKOpt = in rewriteToNumericBoxedExpression() local
985 if (!MKOpt) in rewriteToNumericBoxedExpression()
987 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1006 std::optional<NSAPI::NSArrayMethodKind> MKOpt = in GetNSMutableArrayArgumentIndex() local
1008 if (!MKOpt) { in GetNSMutableArrayArgumentIndex()
1012 NSAPI::NSArrayMethodKind MK = *MKOpt; in GetNSMutableArrayArgumentIndex()
1039 std::optional<NSAPI::NSDictionaryMethodKind> MKOpt = in GetNSMutableDictionaryArgumentIndex() local
1041 if (!MKOpt) { in GetNSMutableDictionaryArgumentIndex()
1045 NSAPI::NSDictionaryMethodKind MK = *MKOpt; in GetNSMutableDictionaryArgumentIndex()
1073 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex() local
1075 if (!MKOpt) { in GetNSSetArgumentIndex()
1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()