Lines Matching defs:BoxingMethod
516 ObjCMethodDecl *BoxingMethod = nullptr;
569 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
570 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
591 BoxingMethod = M;
595 stringWithUTF8String, BoxingMethod))
598 StringWithUTF8StringMethod = BoxingMethod;
601 BoxingMethod = StringWithUTF8StringMethod;
605 BoxingMethod->getReturnType()->getNullability();
644 BoxingMethod = getNSNumberFactoryMethod(*this, Loc, ValueType);
653 BoxingMethod = getNSNumberFactoryMethod(*this, Loc,
679 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType);
680 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
716 BoxingMethod = M;
720 ValueWithBytesObjCType, BoxingMethod))
723 ValueWithBytesObjCTypeMethod = BoxingMethod;
732 BoxingMethod = ValueWithBytesObjCTypeMethod;
736 if (!BoxingMethod) {
742 SemaRef.DiagnoseUseOfDecl(BoxingMethod, Loc);
751 ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0];
764 BoxingMethod, SR);