Searched defs:CompileCommand (Results 1 – 1 of 1) sorted by relevance
43 struct CompileCommand { struct44 CompileCommand() {} in CompileCommand() argument45 CompileCommand(Twine Directory, ArrayRef<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;