Searched refs:getAlignmentSource (Results 1 – 3 of 3) sorted by relevance
156 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function160 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
1070 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()3880 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()3890 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()4002 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()4116 std::max(lhs->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()4117 rhs->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
1588 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()