Home
last modified time | relevance | path

Searched defs:scope_qualified_name (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/unittests/Language/CPlusPlus/
H A DCPlusPlusLanguageTest.cpp22 scope_qualified_name; in TEST() member
/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp134 const std::string &scope_qualified_name, in GetMangledNamesForFunction()
H A DSymbolFileOnDemand.cpp422 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp592 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1398 GetMangledNamesForFunction(const std::string & scope_qualified_name,std::vector<lldb_private::ConstString> & mangled_names) GetMangledNamesForFunction() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2636 GetMangledNamesForFunction(const std::string & scope_qualified_name,std::vector<ConstString> & mangled_names) GetMangledNamesForFunction() argument
3179 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) ParseType() local