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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  266   bool IsValid() const;

References

tools/lldb/source/API/SBType.cpp
  118   return m_opaque_sp->IsValid();
  350   if (IsValid() && m_opaque_sp->IsValid())
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   65   if (success && m_type_impl.IsValid()) {
tools/lldb/source/Symbol/Type.cpp
  886 TypeImpl::operator bool() const { return IsValid(); }