Home
last modified time | relevance | path

Searched refs:SetValidator (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp49 SetValidator(validator_sp); in Entry()
59 SetValidator(validator_sp); in Entry()
99 void FormatCache::Entry::SetValidator(lldb::TypeValidatorImplSP validator_sp) { in SetValidator() function in FormatCache::Entry
211 void FormatCache::SetValidator(const ConstString &type, in SetValidator() function in FormatCache
214 GetEntry(type).SetValidator(validator_sp); in SetValidator()
H A DLanguageCategory.cpp125 m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp); in Get()
205 m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp); in GetHardcoded()
H A DFormatManager.cpp922 m_format_cache.SetValidator(match_data.GetTypeForCache(), retval); in GetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h66 void SetValidator(lldb::TypeValidatorImplSP);
97 void SetValidator(const ConstString &type,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h747 void SetValidator(lldb::TypeValidatorImplSP format) { in SetValidator() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp255 SetValidator(DataVisualization::GetValidator(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()