Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CStyleCastExpr

318     void RewriteCastExpr(CStyleCastExpr *CE);
498 // Helper function: create a CStyleCastExpr with trivial type source info.
499 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
502 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
2092 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) {
2215 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
2856 while (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(recExpr))
2910 else if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(userExpr)) {
2912 while ((CE = dyn_cast<CStyleCastExpr>(userExpr)))
3931 void RewriteObjC::RewriteCastExpr(CStyleCastExpr *CE) {
4324 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
4774 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S))
4801 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(S)) {
4909 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
4931 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {