Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DLogger.h107 class LoggingSession {
109 LoggingSession(clangd::Logger &Instance);
110 ~LoggingSession();
112 LoggingSession(LoggingSession &&) = delete;
113 LoggingSession &operator=(LoggingSession &&) = delete;
115 LoggingSession(LoggingSession const &) = delete;
116 LoggingSession &operator=(LoggingSession const &) = delete;
DLogger.cpp24 LoggingSession::LoggingSession(clangd::Logger &Instance) { in LoggingSession() function in clang::clangd::LoggingSession
29 LoggingSession::~LoggingSession() { L = nullptr; } in ~LoggingSession()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdLSPServerTests.cpp91 LoggingSession LogSession;
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp374 clang::clangd::LoggingSession LoggingSession(*Logger); in main() local
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp701 LoggingSession LoggingSession(Logger); in main() local