Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp238 SymbolFileOnDemand::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileOnDemand
244 return m_sym_file_impl->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DBlock.cpp482 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
H A DFunction.cpp527 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h109 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFile.h229 virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h96 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp657 SymbolFilePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFilePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h94 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h151 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1367 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARFDebugMap
1370 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DSymbolFileDWARF.cpp1493 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARF
3232 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h116 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp2060 SymbolFileNativePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFileNativePDB