Lines Matching defs:BoxingMethod
2659 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
2660 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
2668 // Create a call to sel_registerName("<BoxingMethod>:"), etc.
2672 getStringLiteral(BoxingMethod->getSelector().getAsString()));
2692 for (const auto PI : BoxingMethod->parameters())
2709 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());