Lines Matching defs:BitCastBuffer
6987 class BitCastBuffer {
7001 BitCastBuffer(CharUnits Width, bool TargetIsLittleEndian)
7034 /// Traverse an APValue to produce an BitCastBuffer, emulating how the current
7038 BitCastBuffer Buffer;
7197 // individual bits to the BitCastBuffer, we'll buffer all of the elements
7250 static std::optional<BitCastBuffer>
7260 /// Write an BitCastBuffer into an APValue.
7263 const BitCastBuffer &Buffer;
7266 BufferToAPValueConverter(EvalInfo &Info, const BitCastBuffer &Buffer,
7469 // individual bits from the BitCastBuffer, we'll buffer all of the
7536 static std::optional<APValue> convert(EvalInfo &Info, BitCastBuffer &Buffer,
7616 std::optional<BitCastBuffer> Buffer =