Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DCompilerDeclContext.h117 ConstString GetScopeQualifiedName() const;
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompilerDeclContext.cpp31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() function in CompilerDeclContext
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.h49 std::string GetScopeQualifiedName();
DCPlusPlusLanguage.cpp194 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()
304 std::string CPlusPlusLanguage::MethodName::GetScopeQualifiedName() { in GetScopeQualifiedName() function in CPlusPlusLanguage::MethodName
593 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName()
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp569 << Result.GetScopeQualifiedName().GetStringRef() << "\n"; in findNamespaces()
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp816 qualified_name = cpp_method.GetScopeQualifiedName(); in Prune()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3127 .GetScopeQualifiedName() in ParseType()