Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h130 ConstString GetBaseName();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp331 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
352 std::string ns_name = spec.GetBaseName().str(); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp626 return std::string(specs.back().GetBaseName()); in GetUnqualifiedTypeName()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp309 ConstString Type::GetBaseName() { in GetBaseName() function in Type
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1085 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2546 const llvm::StringRef base_name = GetTypeForDIE(die)->GetBaseName().AsCString(); in FindTypes()
3081 GetTypeForDIE(type_die)->GetBaseName().GetStringRef(); in FindDefinitionTypeForDWARFDeclContext()