Home
last modified time | relevance | path

Searched refs:GetDeclContextForUID (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp237 SymbolFileOnDemand::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileOnDemand
243 return m_sym_file_impl->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DBlock.cpp482 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
H A DFunction.cpp495 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h108 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFile.h215 virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h95 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp651 SymbolFilePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFilePDB
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h90 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1274 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARFDebugMap
1278 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DSymbolFileDWARF.h154 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.cpp1441 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARF
2992 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h115 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1894 SymbolFileNativePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFileNativePDB