Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DSymbolFile.h133 …virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) { retu… in GetClangDeclContextContainingTypeUID() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DType.cpp524 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()
569 … GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID())); in ResolveClangType()
699 … typedef_type->GetSymbolFile()->GetClangDeclContextContainingTypeUID(typedef_type->GetID()));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h78 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
DSymbolFileDWARFDebugMap.cpp1446 SymbolFileDWARFDebugMap::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARFDebugMap
1451 return oso_dwarf->GetClangDeclContextContainingTypeUID (type_uid); in GetClangDeclContextContainingTypeUID()
DSymbolFileDWARF.h113 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
DSymbolFileDWARF.cpp2258 SymbolFileDWARF::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID() function in SymbolFileDWARF
3744 … clang::DeclContext* decl_ctx = GetClangDeclContextContainingTypeUID (type->GetID()); in FindFunctions()