reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Log.h
  109   static bool DisableLogChannel(llvm::StringRef channel,

References

tools/lldb/source/Commands/CommandObjectLog.cpp
  250       if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(),
tools/lldb/unittests/Utility/LogTest.cpp
   45   return Log::DisableLogChannel(channel, categories, error_stream);