Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcompile_commands_writer.cc72 PathOutput& path_output, in SetupCompileFlags() argument
84 FrameworkDirsWriter(path_output, "-F")); in SetupCompileFlags()
95 IncludeWriter(path_output)); in SetupCompileFlags()
107 tool_name, getter, opts, path_output, out, in SetupCompileFlags()
135 PathOutput& path_output, in WriteFile() argument
139 path_output.WriteFile(out, source); in WriteFile()
154 PathOutput& path_output, in WriteCommand() argument
171 path_output.WriteFiles(out, tool_outputs); in WriteCommand()
244 PathOutput path_output( in OutputJSON() local
250 SetupCompileFlags(target, path_output, opts, flags); in OutputJSON()
[all …]
Dninja_target_command_util.h33 FrameworkDirsWriter(PathOutput& path_output, const std::string& tool_switch) in FrameworkDirsWriter()
34 : path_output_(path_output), tool_switch_(tool_switch) {} in FrameworkDirsWriter()
71 explicit IncludeWriter(PathOutput& path_output) : path_output_(path_output) {} in IncludeWriter()
103 PathOutput& path_output,
Dninja_target_command_util.cc52 PathOutput& path_output, in WriteOneFlag() argument
69 path_output.WriteFile(out, GetWindowsPCHFile(target, tool_name)); in WriteOneFlag()
Dvisual_studio_writer.cc47 explicit IncludeDirWriter(PathOutput& path_output) in IncludeDirWriter()
48 : path_output_(path_output) {} in IncludeDirWriter()
60 SourceFileWriter(PathOutput& path_output, const SourceFile& source_file) in SourceFileWriter()
61 : path_output_(path_output), source_file_(source_file) {} in SourceFileWriter()
460 PathOutput path_output( in WriteProjectFileContents() local
567 IncludeDirWriter(path_output), include_dirs->StartContent(false)); in WriteProjectFileContents()
640 compile_type, "Include", SourceFileWriter(path_output, file)); in WriteProjectFileContents()
649 SourceFileWriter(path_output, file)); in WriteProjectFileContents()