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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  415   bool IsEmpty() const;

References

tools/lldb/include/lldb/Symbol/Type.h
  425   explicit operator bool() { return !IsEmpty(); }
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
   63   return !class_type_or_name.IsEmpty();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  487   return !class_type_or_name.IsEmpty();