Exemplo n.º 1
0
        public virtual bool VisitCXXCatchStmt(CXXCatchStmt stmt)
        {
            if (!VisitStmt(stmt))
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 2
0
 public bool VisitCXXCatchStmt(CXXCatchStmt stmt)
 {
     throw new NotImplementedException();
 }