Home
last modified time | relevance | path

Searched refs:JSONDatabase (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument
25 EXPECT_EQ(nullptr, JSONCompilationDatabase::loadFromBuffer(JSONDatabase, in expectFailure()
49 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, in getAllFiles() argument
52 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllFiles()
60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands() argument
63 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in getAllCompileCommands()
143 StringRef JSONDatabase, in findCompileArgsInJsonDatabase() argument
146 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage)); in findCompileArgsInJsonDatabase()