Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.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()
H A DVariable.cpp203 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h106 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFile.h228 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { return {}; } in GetDeclForUID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h93 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp627 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h115 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp2046 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h149 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.cpp1480 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF