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()43 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, in getAllFiles() argument46 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllFiles()54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands() argument57 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllCompileCommands()116 StringRef JSONDatabase, in findCompileArgsInJsonDatabase() argument119 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in findCompileArgsInJsonDatabase()