Home
last modified time | relevance | path

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

/freebsd/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()
206 new JSONCompilationDatabase(std::move(*DatabaseBuffer), Syntax)); in loadFromFile()
212 std::unique_ptr<JSONCompilationDatabase>
213 JSONCompilationDatabase::loadFromBuffer(StringRef DatabaseString, in loadFromBuffer()
218 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer()
219 new JSONCompilationDatabase(std::move(DatabaseBuffer), Syntax)); in loadFromBuffer()
226 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands()
[all …]
/freebsd/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/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp727 return tooling::JSONCompilationDatabase::loadFromFile( in getCompilationDatabase()
/freebsd/lib/clang/libclang/
H A DMakefile850 SRCS_MIN+= Tooling/JSONCompilationDatabase.cpp