Beispiel #1
0
        public virtual bool VisitCXXConstCastExpr(CXXConstCastExpr stmt)
        {
            if (!VisitCXXNamedCastExpr(stmt))
            {
                return(false);
            }

            return(true);
        }
Beispiel #2
0
 public bool VisitCXXConstCastExpr(CXXConstCastExpr stmt)
 {
     throw new NotImplementedException();
 }