Home
last modified time | relevance | path

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

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