Home
last modified time | relevance | path

Searched refs:GetBaseName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp92 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
104 return specs[specs.size() - 1].GetBaseName(); in DropScope()
H A DMSVCUndecoratedNameParser.h24 llvm::StringRef GetBaseName() const { return m_base_name; } in GetBaseName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h445 ConstString GetBaseName();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp332 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
353 std::string ns_name = spec.GetBaseName().str(); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp629 return std::string(specs.back().GetBaseName()); in GetUnqualifiedTypeName()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp438 ConstString Type::GetBaseName() { in GetBaseName() function in Type
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1083 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol()