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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  378   virtual bool IsPointerType();

References

tools/lldb/source/Core/ValueObject.cpp
 1760   if (IsPointerType() || IsArrayType()) {
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  139   if (valobj.IsPointerType())
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  455   if (valobj.IsPointerType()) {
tools/lldb/source/Plugins/Language/ObjC/CF.cpp
   82       if (valobj.IsPointerType())
  141       if (valobj.IsPointerType())
  269       if (valobj.IsPointerType())
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  401   if (valobj_sp->IsPointerType()) {
  561   if (valobj_sp->IsPointerType()) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2290       if (valobj_sp->IsPointerType()) {
tools/lldb/source/Target/StackFrame.cpp
  636       if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) {
  672         const bool actual_is_ptr = valobj_sp->IsPointerType();
  816         if (valobj_sp->IsPointerType()) {