Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp661 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
662 basename = cpp_method.GetBasename(); in LookupInfo()
679 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
680 if (cpp_method.IsValid()) { in LookupInfo()
681 basename = cpp_method.GetBasename(); in LookupInfo()
683 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()
712 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
713 basename = cpp_method.GetBasename(); in LookupInfo()
771 if (cpp_method.IsValid()) { in Prune()
772 if (cpp_method.GetContext().empty()) { in Prune()
[all …]