Searched refs:IsPackSet (Results 1 – 2 of 2) sorted by relevance
57 bool IsPackSet = InfoVal.IsPackSet(); in AddAlignmentAttributesForRecord() local62 if (!IsPackSet && M != AlignPackInfo::Mac68k && M != AlignPackInfo::Natural) in AddAlignmentAttributesForRecord()67 } else if (IsPackSet) { in AddAlignmentAttributesForRecord()478 AlignmentVal = CurVal.IsPackSet() ? CurVal.getPackNumber() : 8; in ActOnPragmaPack()
1881 bool IsPackSet() const { in IsPackSet() function