Searched refs:GetDeclForUID (Results 1 – 10 of 10) sorted by relevance
220 CompilerDecl SymbolFileOnDemand::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileOnDemand225 CompilerDecl parsed_decl = m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()233 return m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()
203 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
105 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
212 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function
92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
621 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
114 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
1886 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
151 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
1428 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF