Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Drust_project_writer_helpers.h64 void SetCompilerArgs(std::vector<std::string> args) { compiler_args_ = args; } in SetCompilerArgs() function
Drust_project_writer.cc302 crate.SetCompilerArgs(compiler_args); in AddTarget()