Lines Matching refs:Command
216 StringRef Command("//net/path/to/compiler and some arguments"); in TEST() local
221 "\"command\":\"" + Command + "\"," in TEST()
235 "\"command\":\"" + Command + "\"," in TEST()
245 StringRef Command("\\\"//net/path to compiler\\\" \\\"and an argument\\\""); in TEST() local
250 "\"command\":\"" + Command + "\"," in TEST()
262 StringRef Command("a command"); in TEST() local
267 "\"command\":\"" + Command + "\"," in TEST()
276 StringRef Command("command"); in TEST() local
282 "\"command\":\"" + Command + Twine(I) + "\"," in TEST()
294 static std::vector<std::string> unescapeJsonCommandLine(StringRef Command) { in unescapeJsonCommandLine() argument
297 Command + "\"}]").str(); in unescapeJsonCommandLine()