Searched refs:ContainedType (Results 1 – 4 of 4) sorted by relevance
320 Type *ContainedType; ///< Storage for the single contained type. variable325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()327 ContainedTys = &ContainedType; in SequentialType()336 Type *getElementType() const { return ContainedType; } in getElementType()
306 Type *ContainedType; ///< Storage for the single contained type. variable312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType()313 ContainedTys = &ContainedType; in SequentialType()
315 Type *ContainedType; ///< Storage for the single contained type. variable321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType()322 ContainedTys = &ContainedType; in SequentialType()
143 typedef typename ContainerType::value_type ContainedType; typedef144 typedef StackAllocator<ContainedType, stack_capacity> Allocator;