Searched refs:SupportFileAndLine (Results 1 – 3 of 3) sorted by relevance
180 struct SupportFileAndLine { struct183 SupportFileAndLine(lldb::SupportFileSP support_file_sp, uint32_t line) in SupportFileAndLine() argument187 std::optional<SupportFileAndLine> GetDefaultFileAndLine();
407 std::optional<SourceManager::SupportFileAndLine>410 return SupportFileAndLine(m_last_support_file_sp, m_last_line); in GetDefaultFileAndLine()438 return SupportFileAndLine(line_entry.file_sp, m_last_line); in GetDefaultFileAndLine()
573 std::optional<SourceManager::SupportFileAndLine> default_file_line; in RunLoop()