Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp531 std::function<void()> getMemoryCleanupFunction() { in getMemoryCleanupFunction() function
543 std::function<void()> getMemoryCleanupFunction() { return nullptr; } in getMemoryCleanupFunction() function
907 Opts.MemoryCleanup = getMemoryCleanupFunction(); in main()