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()
1301 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()4796 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()4806 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()4934 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()5114 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()5115 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
1621 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()