Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp663 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
664 basename = cpp_method.GetBasename(); in LookupInfo()
681 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
682 if (cpp_method.IsValid()) { in LookupInfo()
683 basename = cpp_method.GetBasename(); in LookupInfo()
685 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()
714 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
715 basename = cpp_method.GetBasename(); in LookupInfo()
773 if (cpp_method.IsValid()) { in Prune()
774 if (cpp_method.GetContext().empty()) { in Prune()
[all …]