Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCompilationDatabase.h221 tooling::CompileCommand transferCompileCommand(tooling::CompileCommand,
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp521 return {transferCompileCommand(std::move(ProxyCommands.front()), Filename)}; in getCompileCommands()
544 tooling::CompileCommand transferCompileCommand(CompileCommand Cmd, in transferCompileCommand() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp294 TransferCmd = transferCompileCommand(std::move(TransferCmd), File); in adjust()
H A DTUScheduler.cpp873 Cmd = tooling::transferCompileCommand(std::move(*ProxyCmd), FileName); in update()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp878 CompileCommand Transferred = transferCompileCommand(std::move(Cmd), "foo.h"); in TEST()