Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp518 auto ProxyCommands = in getCompileCommands() local
520 if (ProxyCommands.empty()) in getCompileCommands()
522 return {transferCompileCommand(std::move(ProxyCommands.front()), Filename)}; in getCompileCommands()