2 #ifndef JOBOPTIONSVC_FILE_PARSER_H_
3 #define JOBOPTIONSVC_FILE_PARSER_H_
27 bool Parse( std::string_view
filename, std::string_view search_path, IncludedFiles* included, Messages* messages,
30 bool Parse(
const Position& from, std::string_view
filename, std::string_view search_path, IncludedFiles* included,
33 bool ParseUnits(
const Position& from, std::string_view
filename, std::string_view search_path,
34 IncludedFiles* included, Messages* messages,
Node*
root );
39 #endif // JOBOPTIONSVC_FILE_PARSER_H_