Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp27 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument
30 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage, in expectFailure()
55 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, in getAllFiles() argument
59 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage, in getAllFiles()
69 getAllCompileCommands(JSONCommandLineSyntax Syntax, StringRef JSONDatabase, in getAllCompileCommands() argument
72 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage, in getAllCompileCommands()
175 std::string JSONDatabase, in findCompileArgsInJsonDatabase() argument
178 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage, in findCompileArgsInJsonDatabase()
183 JSONDatabase.assign(JSONDatabase.size(), '*'); in findCompileArgsInJsonDatabase()