Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp660 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
661 basename = cpp_method.GetBasename(); in LookupInfo()
678 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
679 if (cpp_method.IsValid()) { in LookupInfo()
680 basename = cpp_method.GetBasename(); in LookupInfo()
682 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()
711 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local
712 basename = cpp_method.GetBasename(); in LookupInfo()
803 CPlusPlusLanguage::MethodName cpp_method(full_name); in Prune() local
804 if (cpp_method.IsValid()) { in Prune()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp183 CPlusPlusLanguage::MethodName cpp_method{ConstString(full_name)}; in PrettyPrintFunctionNameWithArgs() local
185 if (!cpp_method.IsValid()) in PrettyPrintFunctionNameWithArgs()
188 llvm::StringRef return_type = cpp_method.GetReturnType(); in PrettyPrintFunctionNameWithArgs()
194 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()
201 llvm::StringRef qualifiers = cpp_method.GetQualifiers(); in PrettyPrintFunctionNameWithArgs()