Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.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()
H A DType.cpp610 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
675 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
H A DVariable.cpp199 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h112 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFile.h232 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h99 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h96 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h153 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1385 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1388 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
H A DDWARFASTParserClang.cpp3294 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3309 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3329 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1513 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h117 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp2078 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB