Searched refs:NestedArray (Results 1 – 2 of 2) sorted by relevance
135 while (auto NestedArray = dyn_cast<PDBSymbolTypeArray>(ElementType.get())) { in dumpSymbolTypeAndName() local137 IndexStream << NestedArray->getCount(); in dumpSymbolTypeAndName()139 ElementType = NestedArray->getElementType(); in dumpSymbolTypeAndName()
190 TEST_F(DataViewTest, NestedArray) { in TEST_F() argument