Searched refs:m_debug_line_file_idx (Results 1 – 2 of 2) sorted by relevance
17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx), in DebugMacroEntry()22 : m_type(type), m_line(0), m_debug_line_file_idx(0), in DebugMacroEntry()26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
42 DebugMacroEntry() : m_type(INVALID), m_line(0), m_debug_line_file_idx(0) {} in DebugMacroEntry()66 uint32_t m_debug_line_file_idx; variable