Home
last modified time | relevance | path

Searched refs:GetClangDeclContextContainingTypeUID (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolFile.h134 …virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) { retu… in GetClangDeclContextContainingTypeUID() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp527 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()
572 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()
713 … typedef_type->GetSymbolFile()->GetClangDeclContextContainingTypeUID(typedef_type->GetID()));
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.h79 clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) override;
HDSymbolFileDWARFDebugMap.cpp1485 SymbolFileDWARFDebugMap::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARFDebugMap
1490 return oso_dwarf->GetClangDeclContextContainingTypeUID (type_uid); in GetClangDeclContextContainingTypeUID()
HDSymbolFileDWARF.h115 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
HDSymbolFileDWARF.cpp2384 SymbolFileDWARF::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARF
3989 … clang::DeclContext* decl_ctx = GetClangDeclContextContainingTypeUID (type->GetID()); in FindFunctions()