Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp51 CPlusPlusLanguage::MethodName cxx_method(demangled); in GetDemangledNameWithoutArguments() local
52 if (!cxx_method.GetBasename().empty()) { in GetDemangledNameWithoutArguments()
54 if (!cxx_method.GetContext().empty()) in GetDemangledNameWithoutArguments()
55 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledNameWithoutArguments()
56 shortname += cxx_method.GetBasename().str(); in GetDemangledNameWithoutArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9592 } else if (CXXMethodDecl *cxx_method = in DeclContextIsClassMethod() local
9595 *is_instance_method_ptr = cxx_method->isInstance(); in DeclContextIsClassMethod()