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

Overridden By

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1281 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1510 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  615 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) {

References

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