Searched refs:lldb_type (Results 1 – 2 of 2) sorted by relevance
249 Type *lldb_type = GetType(); in GetCompilerType() 250 if (lldb_type) in GetCompilerType() 251 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 247 Type *lldb_type = GetType(); GetCompilerType() local
1993 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local1994 if (lldb_type) in ParseTemplateDIE()1995 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()