Home | History | Annotate | Download | only in Sema

Lines Matching refs:BoxingMethod

426   ObjCMethodDecl *BoxingMethod = NULL;
471 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
472 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
494 BoxingMethod = M;
498 stringWithUTF8String, BoxingMethod))
501 StringWithUTF8StringMethod = BoxingMethod;
504 BoxingMethod = StringWithUTF8StringMethod;
540 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
550 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(),
555 if (!BoxingMethod) {
562 ParmVarDecl *ParamDecl = BoxingMethod->param_begin()[0];
574 BoxingMethod, SR);