public virtual bool VisitCStyleCastExpr(CStyleCastExpr stmt) { if (!VisitExplicitCastExpr(stmt)) { return(false); } return(true); }
public bool VisitCStyleCastExpr(CStyleCastExpr stmt) { throw new NotImplementedException(); }