Home
last modified time | relevance | path

Searched refs:add_pragma_once_header (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/wave/
Dcpp_context.hpp414 bool add_pragma_once_header(std::string const &filename_, in add_pragma_once_header() function in boost::wave::context
418 return includes.add_pragma_once_header(filename_, guard_name); in add_pragma_once_header()
420 bool add_pragma_once_header(token_type const &pragma_, in add_pragma_once_header() function in boost::wave::context
424 return includes.add_pragma_once_header(filename_, in add_pragma_once_header()
/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp149 return ctx.add_pragma_once_header(act_token, ctx.get_current_filename()); in interpret_pragma()
Dcpp_include_paths.hpp188 bool add_pragma_once_header(std::string const &filename, in add_pragma_once_header() function in boost::wave::util::include_paths
Dcpp_iterator.hpp417 ctx.add_pragma_once_header(ctx.get_current_filename(), guard_name); in returned_from_include()