Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h207 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp669 return GetDeclContextContainingUID(uid); in GetDeclContextForUID()
675 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFilePDB
1136 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1330 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1554 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindTypesByName()
H A DSymbolFilePDB.h98 GetDeclContextContainingUID(lldb::user_id_t uid) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h113 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1510 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp511 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
569 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
H A DVariable.cpp207 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h92 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h155 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1310 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1314 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
H A DDWARFASTParserClang.cpp3166 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3181 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3201 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1358 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF