Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp166 auto Base = JSONCompilationDatabase::loadFromFile( in loadFromDirectory()
192 std::unique_ptr<JSONCompilationDatabase>
193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
205 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile()
212 std::unique_ptr<JSONCompilationDatabase>
213 JSONCompilationDatabase::loadFromBuffer(StringRef DatabaseString, in loadFromBuffer()
218 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer()
244 JSONCompilationDatabase::getAllFiles() const { in getAllFiles()
252 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands()
313 void JSONCompilationDatabase::getCommands( in getCommands()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h61 class JSONCompilationDatabase : public CompilationDatabase {
67 static std::unique_ptr<JSONCompilationDatabase>
74 static std::unique_ptr<JSONCompilationDatabase>
97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase() function
/freebsd-14.2/lib/clang/libclang/
H A DMakefile799 SRCS_MIN+= Tooling/JSONCompilationDatabase.cpp