Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BoxingMethod

2515   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
2516 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
2529 // Create a call to sel_registerName("<BoxingMethod>:"), etc.
2533 BoxingMethod->getSelector().getAsString(),
2556 for (ObjCMethodDecl::param_iterator PI = BoxingMethod->param_begin(),
2557 E = BoxingMethod->param_end(); PI != E; ++PI)
2575 BoxingMethod->isVariadic());