Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dcpp_include_paths.hpp152 : was_sys_include_path(false), in include_paths()
159 return add_include_path(path_, (is_system || was_sys_include_path) ? in add_include_path()
162 void set_sys_include_delimiter() { was_sys_include_path = true; } in set_sys_include_delimiter()
177 bool was_sys_include_path; // saw a set_sys_include_delimiter() member in boost::wave::util::include_paths
228 ar & make_nvp("was_sys_include_path", was_sys_include_path); in save()
261 ar & make_nvp("was_sys_include_path", was_sys_include_path); in load()
357 if (!was_sys_include_path) { // set_sys_include_delimiter() not called in find_include_file()