Home | History | Annotate | Download | only in Sema

Lines Matching refs:BoxingMethod

403   ObjCMethodDecl *BoxingMethod = NULL;
475 BoxingMethod = StringWithUTF8StringMethod;
511 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
515 if (!BoxingMethod) {
522 QualType ArgType = BoxingMethod->param_begin()[0]->getType();
531 BoxingMethod, SR);