Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bases

70   /// LaidOutVirtualBases - A set of all laid out virtual bases, used to avoid
71 /// avoid laying out virtual bases more than once.
130 /// LayoutVirtualBases - layout the virtual bases of a record decl.
134 /// MSLayoutVirtualBases - layout the virtual bases of a record decl,
143 /// LayoutNonVirtualBases - layout the virtual bases of a record decl.
164 /// ResizeLastBaseFieldIfNecessary - Fields and bases can be laid out in the
561 // Ignore empty bases.
582 // Ignore empty bases.
616 /// LayoutVirtualBases - layout the non-virtual bases of a record decl.
625 // We only want to lay out virtual bases that aren't indirect primary bases
638 // This base isn't interesting since it doesn't have any virtual bases.
681 // Layout the non-virtual bases.
792 // We've laid out the non-virtual bases and the fields, now compute the
799 // Lay out the virtual bases. The MS ABI uses a different
800 // algorithm here due to the lack of primary virtual bases.