Home
last modified time | relevance | path

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

/llvm-project/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/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp58 std::unique_ptr<CompilationDatabase> Database( in getAllFiles() local
73 std::unique_ptr<CompilationDatabase> Database( in getAllCompileCommands() local
195 std::unique_ptr<CompilationDatabase> Database( in findCompileArgsInJsonDatabase() local
534 FixedCompilationDatabase Database(".", /*CommandLine*/ {"one", "two"}); in TEST() local
549 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
558 FixedCompilationDatabase Database(".", CommandLine); in TEST() local
587 std::unique_ptr<FixedCompilationDatabase> Database = in TEST() local
598 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/mlir/docs/Tools/
H A DMLIRLSP.md150 #### Format
168 #### Build System Integration
276 #### Format
294 #### Build System Integration
/llvm-project/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