Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BoxingMethod

2677   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
2678 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
2691 // Create a call to sel_registerName("<BoxingMethod>:"), etc.
2695 BoxingMethod->getSelector().getAsString(),
2718 for (ObjCMethodDecl::param_iterator PI = BoxingMethod->param_begin(),
2719 E = BoxingMethod->param_end(); PI != E; ++PI)
2736 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());