Searched refs:is_predefined (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/wave/util/ |
D | macro_definition.hpp | 61 is_predefined(is_predefined_) in macro_definition() 146 bool is_predefined; member 156 is_available_for_replacement(false), is_predefined(false) in macro_definition() 176 ar & make_nvp("is_predefined", is_predefined); in serialize()
|
D | cpp_macromap.hpp | 100 definition_container_type &definition, bool is_predefined = false, 124 bool &is_predefined, position_type &pos, 311 bool is_predefined, defined_macros_type *scope) in add_macro() argument 313 if (!is_predefined && impl::is_special_macroname (ctx, name.get_value())) { in add_macro() 451 has_parameters, is_predefined, ++macro_uid) in add_macro() 471 (*p.first).second->macrodefinition, is_predefined); in add_macro() 475 (*p.first).second->macrodefinition, is_predefined); in add_macro() 610 bool &is_predefined, position_type &pos, in get_macro() argument 622 is_predefined = macro_def.is_predefined; in get_macro() 642 if ((*it).second->is_predefined) { in remove_macro()
|
D | cpp_iterator.hpp | 162 bool is_predefined, boost::wave::language_support language) in add_macro_definition() argument 217 macrodefinition, is_predefined); in add_macro_definition()
|
/third_party/boost/boost/wave/ |
D | cpp_context.hpp | 200 bool add_macro_definition(StringT macrostring, bool is_predefined = false) in add_macro_definition() argument 203 util::to_string<std::string>(macrostring), is_predefined, in add_macro_definition() 211 token_sequence_type &definition, bool is_predefined = false) in add_macro_definition() argument 215 has_params, parameters, definition, is_predefined); in add_macro_definition() 224 bool &has_params, bool &is_predefined, position_type &pos, in get_macro_definition() argument 229 has_params, is_predefined, pos, parameters, definition); in get_macro_definition() 266 bool is_predefined = false) in add_macro_definition() argument 269 is_predefined); in add_macro_definition()
|
D | preprocessing_hooks.hpp | 495 bool is_predefined) in defined_macro() 506 DefinitionT const& definition, bool is_predefined) in defined_macro()
|
/third_party/boost/libs/wave/samples/check_macro_naming/ |
D | check_macro_naming.hpp | 54 DefinitionT const & /* definition */, bool is_predefined) in defined_macro() argument 57 if (!is_predefined && in defined_macro()
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 417 Container const& definition, bool is_predefined) in defined_macro() argument 420 if (!is_predefined) { in defined_macro()
|
/third_party/boost/libs/wave/tool/ |
D | cpp.cpp | 372 bool is_predefined = false; in get_macro_position() local 376 return ctx.get_macro_definition(name, has_parameters, is_predefined, in get_macro_position()
|