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

References

tools/lldb/source/Symbol/Type.cpp
  498             GetSymbolFile()->GetDeclContextContainingUID(GetID()));
  552               GetSymbolFile()->GetDeclContextContainingUID(GetID()));
tools/lldb/source/Symbol/Variable.cpp
  209     return type->GetSymbolFile()->GetDeclContextContainingUID(GetID());
  215   return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl();