Searched refs:cxx_method (Results 1 – 1 of 1) sorted by relevance
84 CPlusPlusLanguage::MethodName cxx_method(demangled_name); in GetDemangledFunctionNameWithoutArguments() local85 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()