Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h206 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp667 return GetDeclContextContainingUID(uid); in GetDeclContextForUID()
673 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFilePDB
1132 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1326 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1550 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindTypesByName()
DSymbolFilePDB.h98 GetDeclContextContainingUID(lldb::user_id_t uid) override;
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h113 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
DSymbolFileNativePDB.cpp1510 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB
/external/llvm-project/lldb/source/Symbol/
DType.cpp513 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
571 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
DVariable.cpp207 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h92 GetDeclContextContainingUID(lldb::user_id_t uid) override;
DSymbolFileDWARF.h155 GetDeclContextContainingUID(lldb::user_id_t uid) override;
DSymbolFileDWARFDebugMap.cpp1313 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1317 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
DDWARFASTParserClang.cpp3205 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3220 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3240 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
DSymbolFileDWARF.cpp1349 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF