Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp162 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()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h215 std::list<std::string> searchPath_; variable