Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BoxingMethod

64   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();
76 const ParmVarDecl *argDecl = *BoxingMethod->param_begin();
83 BoxingMethod->getResultType(), Sel, Receiver, Args,
84 ClassDecl, BoxingMethod);