Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h111 ConstString GetScopeQualifiedName() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() function in CompilerDeclContext
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h49 std::string GetScopeQualifiedName();
H A DCPlusPlusLanguage.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/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp811 qualified_name = cpp_method.GetScopeQualifiedName(); in Prune()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3212 .GetScopeQualifiedName() in ParseType()