Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp932 m_start_line(0), m_end_line(0), m_function_spec(), m_class_name(), in SymbolContextSpecifier()
995 m_function_spec.assign(spec_string); in AddSpecification()
1014 m_function_spec.clear(); in Clear()
1083 ConstString func_name(m_function_spec.c_str()); in SymbolContextMatches()
1170 s->Printf("Function: %s.\n", m_function_spec.c_str()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h361 std::string m_function_spec; variable