Searched refs:GetNumBytesInBuffer (Results 1 – 7 of 7) sorted by relevance
68 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
95 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()724 assert(GetNumBytesInBuffer() == 0 && "Didn't flush before mutating vector"); in resync()739 assert(GetNumBytesInBuffer() == 0 && in write_impl()
90 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()126 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
92 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
225 printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " "); in printLast()
1344 size_t OutSizeBefore = Out.GetNumBytesInBuffer(); in mangleArgumentType()1351 bool LongerThanOneChar = (Out.GetNumBytesInBuffer() - OutSizeBefore > 1); in mangleArgumentType()
265 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()