Searched refs:DeeperType (Results 1 – 1 of 1) sorted by relevance
413 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType() local414 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()415 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()422 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()