Home
last modified time | relevance | path

Searched refs:GetDeclContextContainingUID (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp247 SymbolFileOnDemand::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileOnDemand
253 return m_sym_file_impl->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
H A DType.cpp512 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
568 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
H A DVariable.cpp197 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h111 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFile.h218 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp675 return GetDeclContextContainingUID(uid); in GetDeclContextForUID()
681 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFilePDB
1145 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1339 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1562 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindTypesByName()
H A DSymbolFilePDB.h98 GetDeclContextContainingUID(lldb::user_id_t uid) override;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h92 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1283 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1287 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
H A DSymbolFileDWARF.h157 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DDWARFASTParserClang.cpp3148 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3163 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3183 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1454 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h116 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1904 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB