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