Searched refs:lldb_type (Results 1 – 2 of 2) sorted by relevance
257 Type *lldb_type = GetType(); in GetCompilerType() local258 if (lldb_type) in GetCompilerType()259 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
2066 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local2067 if (lldb_type) in ParseTemplateDIE()2068 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()