Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp131 CachedFile CompileCommandsJson; member in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
144 : CompileCommandsJson(Path, "compile_commands.json"), in DirectoryCache()
283 for (const auto &Entry : {CDBFile{&CompileCommandsJson, parseJSON}, in load()