Searched refs:GetDeclContextContainingUID (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h199 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { function in class:lldb_private::SymbolFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h98 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFilePDB.cpp667 return GetDeclContextContainingUID(uid);
673 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { function in class:SymbolFilePDB
1132 if (parent_decl_ctx && GetDeclContextContainingUID(
1327 GetDeclContextContainingUID(id) != *parent_decl_ctx)
1551 if (parent_decl_ctx && GetDeclContextContainingUID(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h113 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1520 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { function in class:SymbolFileNativePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h93 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h154 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1303 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { function in class:SymbolFileDWARFDebugMap
1307 return oso_dwarf->GetDeclContextContainingUID(type_uid);
H A DDWARFASTParserClang.cpp3266 dwarf->GetDeclContextContainingUID(die.GetID()));
3281 dwarf->GetDeclContextContainingUID(die.GetID()));
3300 dwarf->GetDeclContextContainingUID(die.GetID()));
H A DSymbolFileDWARF.cpp1310 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { function in class:SymbolFileDWARF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp509 GetSymbolFile()->GetDeclContextContainingUID(GetID()));
567 GetSymbolFile()->GetDeclContextContainingUID(GetID()));
H A DVariable.cpp209 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID());

Completed in 267 milliseconds