Searched defs:CompileCommand (Results 1 – 6 of 6) 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;
44 struct CompileCommand { struct46 CompileCommand(Twine Directory, Twine Filename, in CompileCommand() argument68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
58 tooling::CompileCommand CompileCommand; member
47 tooling::CompileCommand CompileCommand; member
2746 class CompileCommand(object): class
3170 class CompileCommand(object): class