Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp169 auto Base = JSONCompilationDatabase::loadFromFile( in loadFromDirectory()
195 std::unique_ptr<JSONCompilationDatabase>
196 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
208 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile()
215 std::unique_ptr<JSONCompilationDatabase>
216 JSONCompilationDatabase::loadFromBuffer(StringRef DatabaseString, in loadFromBuffer()
221 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer()
247 JSONCompilationDatabase::getAllFiles() const { in getAllFiles()
255 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands()
316 void JSONCompilationDatabase::getCommands( in getCommands()
[all …]
/freebsd-13.1/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-13.1/lib/clang/libclang/
H A DMakefile716 SRCS_MIN+= Tooling/JSONCompilationDatabase.cpp