Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.cpp248 SymbolFileOnDemand::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileOnDemand
254 return m_sym_file_impl->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
HDType.cpp610 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
675 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
HDVariable.cpp199 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFileOnDemand.h112 GetDeclContextContainingUID(lldb::user_id_t uid) override;
HDSymbolFile.h232 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.h99 GetDeclContextContainingUID(lldb::user_id_t uid) override;
HDSymbolFilePDB.cpp682 return GetDeclContextContainingUID(uid); in GetDeclContextForUID()
688 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFilePDB
1154 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1353 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.h96 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
HDSymbolFileDWARF.h153 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
HDSymbolFileDWARFDebugMap.cpp1385 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1388 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
HDDWARFASTParserClang.cpp3294 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3309 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3329 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
HDSymbolFileDWARF.cpp1513 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h117 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
HDSymbolFileNativePDB.cpp2078 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB