Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h117 ConstString GetScopeQualifiedName() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() function in CompilerDeclContext
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h49 std::string GetScopeQualifiedName();
H A DCPlusPlusLanguage.cpp258 std::string CPlusPlusLanguage::MethodName::GetScopeQualifiedName() { in GetScopeQualifiedName() function in CPlusPlusLanguage::MethodName
520 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName()
/llvm-project-15.0.7/lldb/unittests/Language/CPlusPlus/
H A DCPlusPlusLanguageTest.cpp121 EXPECT_EQ(test.scope_qualified_name, method.GetScopeQualifiedName()); in TEST()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp521 << Result.GetScopeQualifiedName().GetStringRef() << "\n"; in findNamespaces()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp788 qualified_name = cpp_method.GetScopeQualifiedName(); in Prune()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2993 .GetScopeQualifiedName() in ParseType()