Searched refs:CompilerCmd (Results 1 – 1 of 1) sorted by relevance
295 const std::string &CompilerCmd, std::vector<std::string> CompArgs) : in CustomCompiler() argument296 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()