Searched refs:GetDeclForUID (Results 1 – 10 of 10) sorted by relevance
221 CompilerDecl SymbolFileOnDemand::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileOnDemand226 CompilerDecl parsed_decl = m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()234 return m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID()
205 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
106 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
236 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { return {}; } in GetDeclForUID() function
93 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
613 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
115 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
2066 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
148 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
1426 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF