Home
last modified time | relevance | path

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

/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/include/lldb/Symbol/
H A DCompilerDeclContext.h110 ConstString GetScopeQualifiedName() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h281 std::string GetScopeQualifiedName() { in GetScopeQualifiedName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp224 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()
729 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp795 qualified_name = cpp_method->GetScopeQualifiedName(); in Prune()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3100 .GetScopeQualifiedName() in ParseType()