Home
last modified time | relevance | path

Searched refs:GetValidator (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h58 lldb::TypeValidatorImplSP GetValidator();
87 bool GetValidator(const ConstString &type,
H A DTypeCategoryMap.h90 lldb::TypeValidatorImplSP GetValidator(FormattersMatchData &match_data);
H A DDataVisualization.h65 GetValidator(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
H A DFormatManager.h152 lldb::TypeValidatorImplSP GetValidator(ValueObject &valobj,
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp80 lldb::TypeValidatorImplSP FormatCache::Entry::GetValidator() { in GetValidator() function in FormatCache::Entry
175 bool FormatCache::GetValidator(const ConstString &type, in GetValidator() function in FormatCache
183 validator_sp = entry.GetValidator(); in GetValidator()
H A DDataVisualization.cpp82 DataVisualization::GetValidator(ValueObject &valobj, in GetValidator() function in DataVisualization
84 return GetFormatManager().GetValidator(valobj, use_dynamic); in GetValidator()
H A DLanguageCategory.cpp116 if (m_format_cache.GetValidator(match_data.GetTypeForCache(), format_sp)) in Get()
H A DFormatManager.cpp866 FormatManager::GetValidator(ValueObject &valobj, in GetValidator() function in FormatManager
877 if (m_format_cache.GetValidator(match_data.GetTypeForCache(), retval)) { in GetValidator()
892 retval = m_categories_map.GetValidator(match_data); in GetValidator()
H A DTypeCategoryMap.cpp298 TypeCategoryMap::GetValidator(FormattersMatchData &match_data) { in GetValidator() function in TypeCategoryMap
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h742 lldb::TypeValidatorImplSP GetValidator() { in GetValidator() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp255 SetValidator(DataVisualization::GetValidator(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()