Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Language/CPlusPlus/
DCPlusPlusLanguageTest.cpp18 std::string context, basename, arguments, qualifiers, scope_qualified_name; in TEST() member
119 EXPECT_EQ(test.scope_qualified_name, method.GetScopeQualifiedName()); in TEST()
/external/llvm-project/lldb/source/Symbol/
DSymbolFile.cpp127 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h248 GetMangledNamesForFunction(const std::string &scope_qualified_name,
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h134 const std::string &scope_qualified_name,
DSymbolFilePDB.cpp1371 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp646 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateMangledName() local
648 if (!scope_qualified_name.size()) in FindBestAlternateMangledName()
659 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates); in FindBestAlternateMangledName()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2356 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
2367 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
2371 m_function_scope_qualified_name_map.lookup(scope_qualified_name)) { in GetMangledNamesForFunction()
2956 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType() local
2959 if (scope_qualified_name.size()) { in ParseType()
2960 m_function_scope_qualified_name_map[scope_qualified_name].insert( in ParseType()
DSymbolFileDWARF.h191 const std::string &scope_qualified_name,