Searched refs:add_pragma_once_header (Results 1 – 4 of 4) sorted by relevance
414 bool add_pragma_once_header(std::string const &filename_, in add_pragma_once_header() function in boost::wave::context418 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::context424 return includes.add_pragma_once_header(filename_, in add_pragma_once_header()
149 return ctx.add_pragma_once_header(act_token, ctx.get_current_filename()); in interpret_pragma()
188 bool add_pragma_once_header(std::string const &filename, in add_pragma_once_header() function in boost::wave::util::include_paths
417 ctx.add_pragma_once_header(ctx.get_current_filename(), guard_name); in returned_from_include()