Home | History | Annotate | Download | only in Tooling

Lines Matching refs:FileName

115 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName,
122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
215 StringRef FileName("//net/path/to/a-file.cpp");
219 FileName,
222 "\"file\":\"" + FileName + "\"}]").str(),
236 "\"file\":\"" + FileName + "\"}]").str(),
244 StringRef FileName("//net/path/to/a-file.cpp");
248 FileName,
251 "\"file\":\"" + FileName + "\"}]").str(),
261 StringRef FileName("//net/path/to/a-file.cpp");
265 FileName,
268 "\"file\":\"" + FileName + "\"}]").str(),
275 StringRef FileName("file");
283 "\"file\":\"" + FileName + Twine(I) + "\"}").str();