Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp867 auto ProxyCmd = CDB.getCompileCommand(ProxyFile); in update() local
868 if (!ProxyCmd || !isReliable(*ProxyCmd)) { in update()
873 Cmd = tooling::transferCompileCommand(std::move(*ProxyCmd), FileName); in update()