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