Home | History | Annotate | Download | only in AST

Lines Matching defs:getSizeInBits

767   uint64_t getSizeInBits() const { return Size; }
1295 llvm::RoundUpToAlignment(getSizeInBits(),
1431 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1682 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1811 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1819 if (Context.getLangOpts().CPlusPlus && getSizeInBits() == 0) {
1833 uint64_t UnpaddedSize = getSizeInBits() - UnfilledBitsInLastUnit;
1835 llvm::RoundUpToAlignment(getSizeInBits(),
1839 = llvm::RoundUpToAlignment(getSizeInBits(), Context.toBits(Alignment));
1859 if (getSizeInBits() > UnpaddedSize) {
1860 unsigned PadSize = getSizeInBits() - UnpaddedSize;