Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:CStyleCastExpr

331     void RewriteCastExpr(CStyleCastExpr *CE);
529 // Helper function: create a CStyleCastExpr with trivial type source info.
530 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
533 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
2040 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) {
2163 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
2642 CStyleCastExpr * ArrayLiteralObjects =
2789 CStyleCastExpr * DictValueObjects =
2805 CStyleCastExpr * DictKeyObjects =
3212 while (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(recExpr))
3270 else if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(userExpr)) {
3272 while ((CE = dyn_cast<CStyleCastExpr>(userExpr)))
4438 void RewriteModernObjC::RewriteCastExpr(CStyleCastExpr *CE) {
4850 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
5341 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S))
5368 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S)) {
5480 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
5502 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {