Home
last modified time | relevance | path

Searched defs:SetValidator (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp99 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
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h747 void SetValidator(lldb::TypeValidatorImplSP format) { in SetValidator() function