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