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

Declarations

tools/lldb/include/lldb/API/SBValue.h
  290   lldb::SBType GetType();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
75677     result = (arg1)->GetType();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBValue.cpp
  414   LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBValue, GetType);
 1035   return GetType().IsPointerType();
 1548   if (IsInScope() && GetType().IsPointerType())
 1589   LLDB_REGISTER_METHOD(lldb::SBType, SBValue, GetType, ());
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  135   llvm::StringRef type_name = v.GetType().GetDisplayTypeName();
  856   auto type_cstr = v.GetType().GetDisplayTypeName();
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  959       auto value_typename = value.GetType().GetDisplayTypeName();
 2377       EmplaceSafeString(body, "type", variable.GetType().GetDisplayTypeName());