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