Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.h23 llvm::StringRef GetFullName() const { return m_full_name; } in GetFullName() function
H A DMSVCUndecoratedNameParser.cpp93 context = count > 1 ? specs[count - 2].GetFullName() : ""; in ExtractContextAndIdentifier()
H A DCPlusPlusLanguage.h47 ConstString GetFullName() const { return m_full; } in GetFullName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h60 const std::string &GetFullName() const { return m_full; } in GetFullName() function
H A DObjCLanguage.cpp200 strm.Printf("+%s", objc_method->GetFullName().c_str()); in GetMethodNameVariants()
205 strm.Printf("-%s", objc_method->GetFullName().c_str()); in GetMethodNameVariants()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp156 ->GetFullName() in ParseFullName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1063 PDB_SymType::None, specs[i].GetFullName(), NS_CaseSensitive)) { in GetDeclContextContainingSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp337 llvm::StringRef scope_name = specs.back().GetFullName(); in CreateDeclInfoForUndecoratedName()