Home | History | Annotate | Download | only in Tooling

Lines Matching refs:FileName

21 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName,
28 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
45 StringRef FileName("/path/to/a-file.cpp");
49 FileName,
52 "\"file\":\"" + FileName + "\"}]").str(),
65 "\"file\":\"" + FileName + "\"}]").str(),
73 StringRef FileName("/path/to/a-file.cpp");
77 FileName,
80 "\"file\":\"" + FileName + "\"}]").str(),
89 StringRef FileName("/path/to/a-file.cpp");
93 FileName,
96 "\"file\":\"" + FileName + "\"}]").str(),
103 StringRef FileName("file");
111 "\"file\":\"" + FileName + Twine(I) + "\"}").str();