Searched refs:prependPath (Results 1 – 4 of 4) sorted by relevance
170 std::optional<std::string> &&prependPath) { in Open() argument172 if (prependPath) { in Open()176 searchPath_.emplace_front(std::move(*prependPath)); in Open()179 if (prependPath) { in Open()
840 std::optional<std::string> prependPath; in FortranInclude() local842 prependPath = DirectoryName(currentFile->path()); in FortranInclude()845 allSources_.Open(path, error, std::move(prependPath))}; in FortranInclude()
586 std::optional<std::string> prependPath; in Directive() local611 prependPath = DirectoryName(currentFile->path()); in Directive()631 allSources_.Open(include, error, std::move(prependPath))}; in Directive()
155 std::optional<std::string> &&prependPath = std::nullopt);