Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp923 m_address_range_up(), m_type(eNothingSpecified) {} in SymbolContextSpecifier()
931 case eNothingSpecified: in AddLineSpecification()
953 case eNothingSpecified: in AddSpecification()
1010 m_type = eNothingSpecified; in Clear()
1014 if (m_type == eNothingSpecified) in SymbolContextMatches()
1117 if (m_type == eNothingSpecified) { in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h331 eNothingSpecified = 0, enumerator