Searched refs:GetTypeNameSpecifierAtIndex (Results 1 – 2 of 2) sorted by relevance
386 return GetTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()388 return GetRegexTypeSummariesContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSummaryAtIndex()422 return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()424 return GetRegexTypeFormatsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFormatAtIndex()431 return GetTypeFiltersContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()433 return GetRegexTypeFiltersContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForFilterAtIndex()449 return GetTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()451 return GetRegexTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSyntheticAtIndex()
173 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function