Home
last modified time | relevance | path

Searched refs:GetValidTypeName_Impl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h46 static inline ConstString GetValidTypeName_Impl(const ConstString &type) { in GetValidTypeName_Impl() function
244 m_format_map.Add(GetValidTypeName_Impl(type), entry); in Add_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp578 return ::GetValidTypeName_Impl(type); in GetValidTypeName()