Home | History | Annotate | Download | only in Tooling

Lines Matching refs:StringRef

21 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName,
22 StringRef JSONDatabase,
44 StringRef Directory("/some/directory");
45 StringRef FileName("/path/to/a-file.cpp");
46 StringRef Command("/path/to/compiler and some arguments");
72 StringRef Directory("/some/directory");
73 StringRef FileName("/path/to/a-file.cpp");
74 StringRef Command("\\\"/path to compiler\\\" \\\"and an argument\\\"");
88 StringRef Directory("/some directory / with spaces");
89 StringRef FileName("/path/to/a-file.cpp");
90 StringRef Command("a command");
102 StringRef Directory("directory");
103 StringRef FileName("file");
104 StringRef Command("command");
122 static std::vector<std::string> unescapeJsonCommandLine(StringRef Command) {