Searched refs:has_pragma_once (Results 1 – 3 of 3) sorted by relevance
412 bool has_pragma_once(std::string const &filename_) in has_pragma_once() function in boost::wave::context413 { return includes.has_pragma_once(filename_); } in has_pragma_once()
183 bool has_pragma_once(std::string const &filename) in has_pragma_once() function in boost::wave::util::include_paths
1626 if (!ctx.has_pragma_once(native_path_str)) in on_include_helper()