Home
last modified time | relevance | path

Searched refs:GetDeclForUID (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.cpp221 CompilerDecl SymbolFileOnDemand::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileOnDemand
226 CompilerDecl parsed_decl = m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()
234 return m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()
HDVariable.cpp205 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFileOnDemand.h106 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFile.h228 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { return {}; } in GetDeclForUID() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.h93 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFilePDB.cpp627 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h115 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFileNativePDB.cpp2046 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h149 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFileDWARF.cpp1487 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF