Searched refs:preprocess_input_macros (Results 1 – 4 of 4) sorted by relevance
70 BOOST_CHECK(!co.preprocess_input_macros); in BOOST_AUTO_TEST_CASE()146 BOOST_CHECK(!co.preprocess_input_macros); in BOOST_AUTO_TEST_CASE()304 BOOST_CHECK(co.preprocess_input_macros && *co.preprocess_input_macros == "inmfoo"); in BOOST_AUTO_TEST_CASE()373 BOOST_CHECK(!co.preprocess_input_macros); in BOOST_AUTO_TEST_CASE()
151 boost::optional<std::string> preprocess_input_macros; member in commandline_options
112 preprocess_input_macros(), in commandline_options()408 preprocess_input_macros = vm["preprocess-input-macros"].as<std::string>(); in commandline_options()
221 if(cmdline_opts.preprocess_input_macros) { in handle_preprocess_command()222 std::string file = *cmdline_opts.preprocess_input_macros; in handle_preprocess_command()