Home | History | Annotate | Download | only in Frontend

Lines Matching defs:bytes

70   int bytes = 0;
74 ++bytes;
76 return bytes;
175 /// This function takes a raw source line and produces a mapping from the bytes
184 /// If a byte is the first in a sequence of bytes that together map to a single
186 /// column while the subsequent bytes will be -1.
195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
223 /// The last element in the array is the number of bytes in the source string
229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
269 int bytes() const { return m_columnToByte.back(); }
1014 assert(HintByteOffset < static_cast<unsigned>(map.bytes())+1);