Searched refs:getAlignmentSource (Results 1 – 3 of 3) sorted by relevance
160 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function164 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
1122 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()4413 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()4423 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()4553 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()4733 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()4734 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
1592 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()