Home
last modified time | relevance | path

Searched defs:Database (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h97 JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer> Database, in JSONCompilationDatabase()
133 std::unique_ptr<llvm::MemoryBuffer> Database; variable
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md143 #### Format
160 #### Build System Integration
268 #### Format
285 #### Build System Integration
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp58 std::unique_ptr<CompilationDatabase> Database( in getAllFiles() local
71 std::unique_ptr<CompilationDatabase> Database( in getAllCompileCommands() local
177 std::unique_ptr<CompilationDatabase> Database( in findCompileArgsInJsonDatabase() local
532 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
541 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
570 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
581 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
594 std::unique_ptr<FixedCompilationDatabase> Database( in TEST() local
611 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
628 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp205 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromFile() local
218 std::unique_ptr<JSONCompilationDatabase> Database( in loadFromBuffer() local
H A DCompilationDatabase.cpp67 for (const CompilationDatabasePluginRegistry::entry &Database : in loadFromDirectory() local