Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h49 ConstString GetUnqualifiedName() const;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp78 ConstString Variable::GetUnqualifiedName() const { return m_name; } in GetUnqualifiedName() function in Variable