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

Overridden By

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1226 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const {

Declarations

tools/lldb/include/lldb/Target/StructuredDataPlugin.h
  127   virtual bool GetEnabled(ConstString type_name) const;

References

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  888           plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false;