Home
last modified time | relevance | path

Searched refs:IsPackSet (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp56 bool IsPackSet = InfoVal.IsPackSet(); in AddAlignmentAttributesForRecord() local
61 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1579 bool IsPackSet() const { in IsPackSet() function