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

/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { argument
25 EXPECT_EQ(nullptr, JSONCompilationDatabase::loadFromBuffer(JSONDatabase,
43 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, argument
46 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage));
54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, argument
57 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage));
116 StringRef JSONDatabase,
119 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage));
115 findCompileArgsInJsonDatabase(StringRef FileName, StringRef JSONDatabase, std::string &ErrorMessage) argument

Completed in 82 milliseconds