Searched refs:GetDeclForUID (Results 1 – 8 of 8) sorted by relevance
162 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function
92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
598 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
113 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
1489 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
150 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
1352 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF
214 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()