Home
last modified time | relevance | path

Searched refs:m_start_line (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp928 m_start_line(0), m_end_line(0), m_function_spec(), m_class_name(), in SymbolContextSpecifier()
941 m_start_line = line_no; in AddLineSpecification()
982 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
1013 m_start_line = 0; in Clear()
1072 if (sc.line_entry.line < m_start_line || sc.line_entry.line > m_end_line) in SymbolContextMatches()
1142 s->Printf(" from line %" PRIu64 "", (uint64_t)m_start_line); in GetDescription()
1155 s->Printf("From line %" PRIu64 "", (uint64_t)m_start_line); in GetDescription()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h362 size_t m_start_line; variable