Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h53 llvm::StringRef GetContext();
H A DCPlusPlusLanguage.cpp87 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()
88 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()
281 llvm::StringRef CPlusPlusLanguage::MethodName::GetContext() { in GetContext() function in CPlusPlusLanguage::MethodName
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp139 ->GetContext(); in ParseFunctionDeclContextName()
H A DModule.cpp800 if (cpp_method.GetContext().empty()) { in Prune()
808 if (cpp_method.GetContext() == anon_prefix) in Prune()