Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h200 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
DSymbolFilePDB.cpp613 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h111 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
DSymbolFileNativePDB.cpp1492 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h149 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
DSymbolFileDWARF.cpp1323 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp213 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()