Home | History | Annotate | Download | only in Tooling

Lines Matching refs:StringRef

31   CommandLineArgumentParser(StringRef CommandLine)
96 const StringRef Input;
97 StringRef::iterator Position;
102 StringRef EscapedCommandLine) {
112 CompilationDatabase::loadFromDirectory(StringRef BuildDirectory,
128 const char **DoubleDash = std::find(Argv, Argv + Argc, StringRef("--"));
145 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const {
152 JSONCompilationDatabase::loadFromFile(StringRef FilePath,
169 JSONCompilationDatabase::loadFromBuffer(StringRef DatabaseString,
181 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
228 llvm::StringRef File;