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

Declarations

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

References

tools/lldb/source/Commands/CommandObjectLog.cpp
  302             success && Log::ListChannelCategories(entry.ref(), output_stream);
tools/lldb/unittests/Utility/LogTest.cpp
   51   return Log::ListChannelCategories(channel, result_stream);