Searched defs:CompileCommand (Results 1 – 2 of 2) sorted by relevance
43 struct CompileCommand { struct44 CompileCommand() {} in CompileCommand() function45 CompileCommand(Twine Directory, Twine Filename, in CompileCommand() argument52 std::string Directory;55 std::string Filename;58 std::vector<std::string> CommandLine;68 std::vector<std::pair<std::string, std::string> > MappedSources;
2746 class CompileCommand(object): class