Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp275 struct CDBFile { in load() struct
283 for (const auto &Entry : {CDBFile{&CompileCommandsJson, parseJSON}, in load()
284 CDBFile{&BuildCompileCommandsJson, parseJSON}, in load()
285 CDBFile{&CompileFlagsTxt, parseFixed}}) { in load()