Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BoxingMethod

2681   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
2682 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
2695 // Create a call to sel_registerName("<BoxingMethod>:"), etc.
2699 BoxingMethod->getSelector().getAsString(),
2722 for (ObjCMethodDecl::param_iterator PI = BoxingMethod->param_begin(),
2723 E = BoxingMethod->param_end(); PI != E; ++PI)
2740 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());