Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h168 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp636 return GetDeclContextContainingUID(uid); in GetDeclContextForUID()
642 SymbolFilePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFilePDB
1069 if (parent_decl_ctx && GetDeclContextContainingUID( in FindGlobalVariables()
1270 GetDeclContextContainingUID(id) != *parent_decl_ctx) in FindFunctions()
1500 if (parent_decl_ctx && GetDeclContextContainingUID( in FindTypesByName()
H A DSymbolFilePDB.h98 GetDeclContextContainingUID(lldb::user_id_t uid) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h115 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileNativePDB.cpp1506 SymbolFileNativePDB::GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() function in SymbolFileNativePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp464 GetSymbolFile()->GetDeclContextContainingUID(GetID())); in ResolveClangType()
512 GetSymbolFile()->GetDeclContextContainingUID(GetID())); in ResolveClangType()
H A DVariable.cpp208 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h89 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h156 GetDeclContextContainingUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1309 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARFDebugMap
1313 return oso_dwarf->GetDeclContextContainingUID(type_uid); in GetDeclContextContainingUID()
H A DDWARFASTParserClang.cpp3610 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3625 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
3644 dwarf->GetDeclContextContainingUID(die.GetID())); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp1380 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() function in SymbolFileDWARF