Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
H A DMSVCUndecoratedNameParser.cpp86 context = count > 1 ? specs[count - 2].GetFullName() : ""; in ExtractContextAndIdentifier()
H A DCPlusPlusLanguage.h47 ConstString GetFullName() const { return m_full; } in GetFullName() function
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h59 ConstString GetFullName() const { return m_full; } in GetFullName() function
H A DObjCLanguage.cpp209 return GetFullName(); in GetFullNameWithoutCategory()
240 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
245 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
/llvm-project-15.0.7/lldb/source/Core/
H A DRichManglingContext.cpp156 ->GetFullName() in ParseFullName()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1061 PDB_SymType::None, specs[i].GetFullName(), NS_CaseSensitive)) { in GetDeclContextContainingSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp585 llvm::StringRef scope_name = specs.back().GetFullName(); in CreateDeclInfoForUndecoratedName()