Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp517 auto ProxyCommands = in getCompileCommands() local
519 if (ProxyCommands.empty()) in getCompileCommands()
521 return {transferCompileCommand(std::move(ProxyCommands.front()), Filename)}; in getCompileCommands()