3 //=============================================================================
7 * Static helper methods used by multiple visitors.
11 //=============================================================================
16 #include "TAO_IFR_BE_Export.h"
23 /// Special BE arg call factored out of DRV_args.
24 static TAO_IFR_BE_Export
void
25 prep_be_arg (char *s
);
27 /// Checks made after parsing args.
28 static TAO_IFR_BE_Export
void
31 /// Display usage of BE-specific options.
32 static TAO_IFR_BE_Export
void
35 /// Create an AST node generator.
36 static TAO_IFR_BE_Export AST_Generator
*
37 generator_init (void);