Searched refs:JSONDatabase (Results 1 – 1 of 1) sorted by relevance
23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument25 EXPECT_EQ(nullptr, JSONCompilationDatabase::loadFromBuffer(JSONDatabase, in expectFailure()49 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, in getAllFiles() argument52 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllFiles()60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands() argument63 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllCompileCommands()143 StringRef JSONDatabase, in findCompileArgsInJsonDatabase() argument146 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in findCompileArgsInJsonDatabase()