Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h193 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.h92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFilePDB.cpp613 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFilePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h111 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFileNativePDB.cpp1502 CompilerDecl SymbolFileNativePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID() function in SymbolFileNativePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h148 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
HDSymbolFileDWARF.cpp1284 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() function in SymbolFileDWARF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp215 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()