Searched refs:transferCompileCommand (Results 1 – 5 of 5) sorted by relevance
221 tooling::CompileCommand transferCompileCommand(tooling::CompileCommand,
521 return {transferCompileCommand(std::move(ProxyCommands.front()), Filename)}; in getCompileCommands()544 tooling::CompileCommand transferCompileCommand(CompileCommand Cmd, in transferCompileCommand() function
294 TransferCmd = transferCompileCommand(std::move(TransferCmd), File); in adjust()
873 Cmd = tooling::transferCompileCommand(std::move(*ProxyCmd), FileName); in update()
878 CompileCommand Transferred = transferCompileCommand(std::move(Cmd), "foo.h"); in TEST()