Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h221 tooling::CompileCommand transferCompileCommand(tooling::CompileCommand,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp519 return {transferCompileCommand(std::move(ProxyCommands.front()), Filename)}; in getCompileCommands()
542 tooling::CompileCommand transferCompileCommand(CompileCommand Cmd, in transferCompileCommand() function