Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h165 virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h95 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp620 SymbolFilePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFilePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h114 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1496 SymbolFileNativePDB::GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() function in SymbolFileNativePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h87 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h153 GetDeclContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1300 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARFDebugMap
1304 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID()
H A DSymbolFileDWARF.cpp1366 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() function in SymbolFileDWARF
3072 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp456 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
H A DFunction.cpp444 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()