Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BoxingMethod

63   const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
65 assert(BoxingMethod && "BoxingMethod is null");
66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
67 Selector Sel = BoxingMethod->getSelector();
73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
77 const ParmVarDecl *ArgDecl = *BoxingMethod->param_begin();
97 const ParmVarDecl *EncodingDecl = BoxingMethod->parameters()[1];
107 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
108 Args, ClassDecl, BoxingMethod);