Home
last modified time | relevance | path

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

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