Searched defs:MKOpt (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp781 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); local
782 if (!MKOpt)
784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
985 MKOpt = NS.getNSNumberLiteralMethodKind(Sel); local
986 if (!MKOpt)
988 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
/external/clang/lib/Sema/
H A DSemaChecking.cpp8962 Optional<NSAPI::NSArrayMethodKind> MKOpt = local
8964 if (!MKOpt) {
8968 NSAPI::NSArrayMethodKind MK = *MKOpt;
8997 Optional<NSAPI::NSDictionaryMethodKind> MKOpt = local
8999 if (!MKOpt) {
9003 NSAPI::NSDictionaryMethodKind MK = *MKOpt;
9032 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); local
9033 if (!MKOpt) {
9037 NSAPI::NSSetMethodKind MK = *MKOpt;

Completed in 221 milliseconds