Searched refs:lldb_type (Results 1 – 2 of 2) sorted by relevance
235 Type *lldb_type = GetType(); in GetCompilerType() local236 if (lldb_type) in GetCompilerType()237 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
1865 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local1866 if (lldb_type) in ParseTemplateDIE()1867 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()