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

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
  557                           var_sp->GetDeclaration().GetFile()) {
  602                   var_sp->GetDeclaration().GetFile()) {
  603                 var_sp->GetDeclaration().DumpStopContext(&s, false);
  675                     var_sp->GetDeclaration().GetFile()) {
  676                   var_sp->GetDeclaration().DumpStopContext(&s, false);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  890       if (var_sp && var_sp->GetDeclaration().GetFile()) {
  893         var_sp->GetDeclaration().DumpStopContext(&ss, true);
tools/lldb/source/Core/Address.cpp
  730               var->GetDeclaration().DumpStopContext(s, false);
tools/lldb/source/Core/ValueObjectVariable.cpp
  261     decl = m_variable_sp->GetDeclaration();
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  580   decl = var->GetDeclaration();