Searched defs:CompileCommand (Results 1 – 4 of 4) sorted by relevance
44 struct CompileCommand { struct46 CompileCommand(const Twine &Directory, const Twine &Filename, in CompileCommand() function68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
47 tooling::CompileCommand CompileCommand; member
54 tooling::CompileCommand CompileCommand; member
3171 class CompileCommand(object): class