Lines Matching refs:AlignmentSource
125 enum class AlignmentSource { enum
143 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) { in getFieldAlignmentSource()
146 return AlignmentSource::Decl; in getFieldAlignmentSource()
221 CharUnits Alignment, AlignmentSource AlignSource,
319 AlignmentSource getAlignmentSource() const { in getAlignmentSource()
320 return AlignmentSource(AlignSource); in getAlignmentSource()
322 void setAlignmentSource(AlignmentSource Source) { in setAlignmentSource()
373 AlignmentSource alignSource,
387 QualType type, AlignmentSource alignSource) { in MakeVectorElt()
398 QualType type, AlignmentSource alignSource) { in MakeExtVectorElt()
417 AlignmentSource alignSource) { in MakeBitfield()
431 AlignmentSource::Decl); in MakeGlobalReg()