Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompilerDeclContext.cpp31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() function in CompilerDeclContext
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDeclContext.h117 ConstString GetScopeQualifiedName() const;
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.h50 std::string GetScopeQualifiedName();
DCPlusPlusLanguage.cpp233 std::string CPlusPlusLanguage::MethodName::GetScopeQualifiedName() { in GetScopeQualifiedName() function in CPlusPlusLanguage::MethodName
/external/llvm-project/lldb/unittests/Language/CPlusPlus/
DCPlusPlusLanguageTest.cpp119 EXPECT_EQ(test.scope_qualified_name, method.GetScopeQualifiedName()); in TEST()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp516 << Result.GetScopeQualifiedName().GetStringRef() << "\n"; in findNamespaces()
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp646 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateMangledName()
/external/llvm-project/lldb/source/Core/
DModule.cpp788 qualified_name = cpp_method.GetScopeQualifiedName(); in Prune()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2957 .GetScopeQualifiedName() in ParseType()