Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp921 m_address_range_up(), m_type(eNothingSpecified) {} in SymbolContextSpecifier()
929 case eNothingSpecified: in AddLineSpecification()
951 case eNothingSpecified: in AddSpecification()
1008 m_type = eNothingSpecified; in Clear()
1012 if (m_type == eNothingSpecified) in SymbolContextMatches()
1115 if (m_type == eNothingSpecified) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h331 eNothingSpecified = 0, enumerator