Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BoxingMethod

2670   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
2671 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
2681 // Create a call to sel_registerName("<BoxingMethod>:"), etc.
2685 getStringLiteral(BoxingMethod->getSelector().getAsString()));
2706 for (const auto PI : BoxingMethod->parameters())
2723 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());