Searched defs:CompileCommand (Results 1 – 2 of 2) sorted by relevance
43 struct CompileCommand { struct44 CompileCommand() {} in CompileCommand() function45 CompileCommand(Twine Directory, std::vector<std::string> CommandLine) in CompileCommand() argument49 std::string Directory;52 std::vector<std::string> CommandLine;62 std::vector<std::pair<std::string, std::string> > MappedSources;
2593 class CompileCommand(object): class