Home
last modified time | relevance | path

Searched refs:SuffixRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h70 std::pair<size_t, size_t> SuffixRange; member
95 bool hasSuffix() const { return SuffixRange.second >= SuffixRange.first; } in hasSuffix()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp175 OB.NameInfo.SuffixRange.first = OB.NameInfo.QualifiersRange.second; in GetItaniumDemangledStr()
176 OB.NameInfo.SuffixRange.second = std::string_view(OB).size(); in GetItaniumDemangledStr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp372 return demangled_name.slice(info.SuffixRange.first, info.SuffixRange.second); in GetDemangledFunctionSuffix()