Home | History | Annotate | Download | only in Sema

Lines Matching refs:BoxingMethod

450   ObjCMethodDecl *BoxingMethod = nullptr;
495 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
496 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
516 BoxingMethod = M;
520 stringWithUTF8String, BoxingMethod))
523 StringWithUTF8StringMethod = BoxingMethod;
526 BoxingMethod = StringWithUTF8StringMethod;
562 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
572 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(),
577 if (!BoxingMethod) {
584 ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0];
596 BoxingMethod, SR);