Home
last modified time | relevance | path

Searched defs:CompilationDatabase (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h22 class CompilationDatabase; variable
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.h27 class CompilationDatabase; variable
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DCompilationDatabase.cpp66 CompilationDatabase::CompilationDatabase(ArrayRef<std::string> databases) { in CompilationDatabase() function in CompilationDatabase
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h95 mutable std::unique_ptr<llvm::raw_fd_ostream> CompilationDatabase = nullptr; variable
/llvm-project/clang/include/clang/Tooling/
H A DTooling.h66 class CompilationDatabase; variable
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp135 TEST_F(ConfigCompileTests, CompilationDatabase) { in TEST_F() argument
/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h171 std::optional<Located<std::string>> CompilationDatabase; global() member