Searched refs:searchPath_ (Results 1 – 2 of 2) sorted by relevance
162 void AllSources::ClearSearchPath() { searchPath_.clear(); } in ClearSearchPath()166 searchPath_.push_back(directory); in AppendSearchPathDirectory()176 searchPath_.emplace_front(std::move(*prependPath)); in Open()178 std::optional<std::string> found{LocateSourceFile(path, searchPath_)}; in Open()180 searchPath_.pop_front(); in Open()
215 std::list<std::string> searchPath_; variable