Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h204 virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h95 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp645 SymbolFilePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFilePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h112 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1500 SymbolFileNativePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFileNativePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h90 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h152 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1301 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARFDebugMap
1305 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DSymbolFileDWARF.cpp1345 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARF
2899 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp471 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
H A DFunction.cpp496 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()