Searched refs:getBoxingMethod (Results 1 – 9 of 9) sorted by relevance
336 if (ObjCMethodDecl *MD = E->getBoxingMethod()) { in VisitObjCBoxedExpr()
524 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
147 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
1095 if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) { in VisitObjCBoxedExpr()
1260 if (auto *BoxingMethod = Node->getBoxingMethod()) { in VisitObjCBoxedExpr()
1281 Record.AddDeclRef(E->getBoxingMethod()); in VisitObjCBoxedExpr()
65 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
2638 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()
6904 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()