Home
last modified time | relevance | path

Searched refs:compiler_args_ (Results 1 – 1 of 1) 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()
96 const std::vector<std::string>& CompilerArgs() { return compiler_args_; } in CompilerArgs()
121 std::vector<std::string> compiler_args_; variable