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

Declarations

tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
   67   bool IsNil();

References

tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  370     if (IsNil())
  417       if (!IsNil() && !IsUninitialized() && !m_value.empty() &&
  444     if (m_options.m_use_objc && !IsNil() && !IsUninitialized() &&