Searched refs:IsPackSet (Results 1 – 2 of 2) sorted by relevance
56 bool IsPackSet = InfoVal.IsPackSet(); in AddAlignmentAttributesForRecord() local61 if (!IsPackSet && M != AlignPackInfo::Mac68k && M != AlignPackInfo::Natural) in AddAlignmentAttributesForRecord()66 } else if (IsPackSet) { in AddAlignmentAttributesForRecord()376 AlignmentVal = CurVal.IsPackSet() ? CurVal.getPackNumber() : 8; in ActOnPragmaPack()
1579 bool IsPackSet() const { in IsPackSet() function