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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  842         object_ptr_error.SetErrorString("Can't get context object's "
  845       object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error);
  847     if (!object_ptr_error.Success()) {
  857       cmd_ptr = GetObjectPointer(frame_sp, cmd_name, object_ptr_error);
  859       if (!object_ptr_error.Success()) {
  863             object_ptr_error.AsCString());