Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp86 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
98 return specs[specs.size() - 1].GetBaseName(); in DropScope()
H A DMSVCUndecoratedNameParser.h25 llvm::StringRef GetBaseName() const { return m_base_name; } in GetBaseName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp508 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
527 std::string ns_name = spec.GetBaseName().str(); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp527 return specs.back().GetBaseName(); in GetUnqualifiedTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1045 std::string namespace_name = specs[i].GetBaseName(); in GetDeclContextContainingSymbol()