Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp84 CPlusPlusLanguage::MethodName cxx_method(demangled_name); in GetDemangledFunctionNameWithoutArguments() local
85 if (!cxx_method.GetBasename().empty()) { in GetDemangledFunctionNameWithoutArguments()
87 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()
88 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()
89 shortname += cxx_method.GetBasename().str(); in GetDemangledFunctionNameWithoutArguments()