Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp865 std::string ProxyFile = HeaderIncluders.get(FileName); in update() local
866 if (!ProxyFile.empty()) { in update()
867 auto ProxyCmd = CDB.getCompileCommand(ProxyFile); in update()
870 HeaderIncluders.remove(ProxyFile); in update()