Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:CStyleCastExpr

309     void RewriteCastExpr(CStyleCastExpr *CE);
489 // Helper function: create a CStyleCastExpr with trivial type source info.
490 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
493 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
2084 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) {
2207 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
2838 while (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(recExpr))
2890 else if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(userExpr)) {
2892 while ((CE = dyn_cast<CStyleCastExpr>(userExpr)))
3898 void RewriteObjC::RewriteCastExpr(CStyleCastExpr *CE) {
4291 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
4740 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S))
4767 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S)) {
4875 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
4897 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {