Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BoxingMethod

63   const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
64 assert(BoxingMethod && "BoxingMethod is null");
65 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
66 Selector Sel = BoxingMethod->getSelector();
72 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
75 const ParmVarDecl *argDecl = *BoxingMethod->param_begin();
82 BoxingMethod->getResultType(), Sel, Receiver, Args,
83 ClassDecl, BoxingMethod);