Home
last modified time | relevance | path

Searched defs:GetFullName (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDMSVCUndecoratedNameParser.h23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
HDCPlusPlusLanguage.h47 ConstString GetFullName() const { return m_full; } in GetFullName() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.h60 const std::string &GetFullName() const { return m_full; } in GetFullName() function