Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h162 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp598 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h113 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1489 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h150 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.cpp1352 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp214 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()