Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp920 m_start_line(0), m_end_line(0), m_function_spec(), m_class_name(), in SymbolContextSpecifier()
933 m_start_line = line_no; in AddLineSpecification()
975 if ((return_value = llvm::to_integer(spec_string, m_start_line))) in AddSpecification()
1004 m_start_line = 0; in Clear()
1063 if (sc.line_entry.line < m_start_line || sc.line_entry.line > m_end_line) in SymbolContextMatches()
1133 s->Printf(" from line %" PRIu64 "", (uint64_t)m_start_line); in GetDescription()
1146 s->Printf("From line %" PRIu64 "", (uint64_t)m_start_line); in GetDescription()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h363 size_t m_start_line; variable