Searched refs:include_guard (Results 1 – 16 of 16) sorted by relevance
36 std::string& include_guard) in macroname_preprocessing_hooks() argument39 include_guard_(include_guard), in macroname_preprocessing_hooks()109 std::string const& include_guard) in detected_include_guard() argument111 include_guard_ = include_guard; in detected_include_guard()
42 std::string include_guard; // macro that protects this file, if any in process_header() local60 include_guard)); in process_header()73 if (*it == include_guard) in process_header()
88 include_guard = 'BOOST_METAPARSE_GETTING_STARTED_%s_HPP' % (s)98 '#ifndef {0}\n'.format(include_guard) + \99 '#define {0}\n'.format(include_guard) + \
6 include_guard()
9 include_guard()
15 include_guard()
31 boost::regex include_guard("#ifndef (\\w+)\n#define \\1\n"); variable39 boost::regex_search(contents, include_guard_match, include_guard); in get_base_unit_and_include_guard()
777 std::string const& include_guard) in detected_include_guard() argument787 << include_guard << std::endl; in detected_include_guard()
138 include_guard=generate_include_guard(file_name),
130 include_guard=generate_include_guard(file_name),
367 std::string const& include_guard) in detected_include_guard()
252 const auto include_guard = in generate_bfbs_embed() local255 code_ += "#ifndef " + include_guard; in generate_bfbs_embed()256 code_ += "#define " + include_guard; in generate_bfbs_embed()295 code_ += "#endif // " + include_guard; in generate_bfbs_embed()312 const auto include_guard = in generate() local314 code_ += "#ifndef " + include_guard; in generate()315 code_ += "#define " + include_guard; in generate()580 code_ += "#endif // " + include_guard; in generate()
737 std::string const& include_guard) argument740 guardstrm << include_guard << ":" << std::endl
147 std::string include_guard=get_include_guard(); in dump() local154 "#ifndef " << include_guard << NL in dump()155 "#define " << include_guard << NL in dump()