Home
last modified time | relevance | path

Searched refs:BaseOwner (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.h84 std::unique_ptr<GlobalCompilationDatabase> BaseOwner; variable
H A DGlobalCompilationDatabase.cpp801 BaseOwner = std::move(Base); in DelegatingCDB()