Searched refs:compiler_args_ (Results 1 – 1 of 1) sorted by relevance
64 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