Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp192 GetRegexTypeValidatorsContainer()->Get(candidates, entry, reason); in Get()
227 GetRegexTypeValidatorsContainer()->Clear(); in Clear()
261 success = GetRegexTypeValidatorsContainer()->Delete(name) || success; in Delete()
297 count += GetRegexTypeValidatorsContainer()->GetCount(); in GetCount()
410 if (GetRegexTypeValidatorsContainer()->Get(type_name, validator_sp)) { in AnyMatches()
494 GetRegexTypeValidatorsContainer()->GetExact( in GetValidatorForType()
583 return GetRegexTypeValidatorsContainer()->GetAtIndex( in GetValidatorAtIndex()
592 return GetRegexTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForValidatorAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h248 GetRegexTypeValidatorsContainer()->ForEach( in ForEach()
335 RegexValidatorContainerSP GetRegexTypeValidatorsContainer() { in GetRegexTypeValidatorsContainer() function