Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp507 return GetTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()
509 return GetRegexTypeSummariesContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSummaryAtIndex()
543 return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
545 return GetRegexTypeFormatsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFormatAtIndex()
552 return GetTypeFiltersContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()
554 return GetRegexTypeFiltersContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFilterAtIndex()
571 return GetTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()
573 return GetRegexTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSyntheticAtIndex()
590 return GetTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForValidatorAtIndex()
592 return GetRegexTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForValidatorAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h220 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function