Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp655 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
656 basename = cpp_method.GetBasename(); in LookupInfo()
673 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
674 if (cpp_method.IsValid()) { in LookupInfo()
675 basename = cpp_method.GetBasename(); in LookupInfo()
677 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()
706 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
707 basename = cpp_method.GetBasename(); in LookupInfo()
776 if (cpp_method.IsValid()) { in Prune()
777 if (cpp_method.GetContext().empty()) { in Prune()
[all …]