Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp189 if (GetTypeValidatorsContainer()->Get(candidates, entry, reason)) in Get()
224 GetTypeValidatorsContainer()->Clear(); in Clear()
258 success = GetTypeValidatorsContainer()->Delete(name) || success; in Delete()
294 count += GetTypeValidatorsContainer()->GetCount(); in GetCount()
400 if (GetTypeValidatorsContainer()->Get(type_name, validator_sp)) { in AnyMatches()
580 if (index < GetTypeValidatorsContainer()->GetCount()) in GetValidatorAtIndex()
581 return GetTypeValidatorsContainer()->GetAtIndex(index); in GetValidatorAtIndex()
584 index - GetTypeValidatorsContainer()->GetCount()); in GetValidatorAtIndex()
589 if (index < GetTypeValidatorsContainer()->GetCount()) in GetTypeNameSpecifierForValidatorAtIndex()
590 return GetTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForValidatorAtIndex()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h247 GetTypeValidatorsContainer()->ForEach(foreach.GetValidatorExactCallback()); in ForEach()
331 ValidatorContainerSP GetTypeValidatorsContainer() { in GetTypeValidatorsContainer() function