Searched refs:GetClangDeclContextContainingTypeUID (Results 1 – 6 of 6) sorted by relevance
134 …virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) { retu… in GetClangDeclContextContainingTypeUID() function
527 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()572 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()713 … typedef_type->GetSymbolFile()->GetClangDeclContextContainingTypeUID(typedef_type->GetID()));
79 clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) override;
1485 SymbolFileDWARFDebugMap::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARFDebugMap1490 return oso_dwarf->GetClangDeclContextContainingTypeUID (type_uid); in GetClangDeclContextContainingTypeUID()
115 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
2384 SymbolFileDWARF::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARF3989 … clang::DeclContext* decl_ctx = GetClangDeclContextContainingTypeUID (type->GetID()); in FindFunctions()