Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerDeclContext.h111 ConstString GetScopeQualifiedName() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDeclContext.cpp31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() function in CompilerDeclContext
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.h49 std::string GetScopeQualifiedName();
HDCPlusPlusLanguage.cpp195 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()
305 std::string CPlusPlusLanguage::MethodName::GetScopeQualifiedName() { in GetScopeQualifiedName() function in CPlusPlusLanguage::MethodName
592 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp811 qualified_name = cpp_method.GetScopeQualifiedName(); in Prune()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3212 .GetScopeQualifiedName() in ParseType()