Searched refs:getBoxingMethod (Results 1 – 9 of 9) sorted by relevance
349 if (ObjCMethodDecl *MD = E->getBoxingMethod()) { in VisitObjCBoxedExpr()
518 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
146 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
1282 if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) { in VisitObjCBoxedExpr()
1834 if (auto *BoxingMethod = Node->getBoxingMethod()) { in VisitObjCBoxedExpr()
1422 Record.AddDeclRef(E->getBoxingMethod()); in VisitObjCBoxedExpr()
67 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
2637 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()
6572 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()