Home
last modified time | relevance | path

Searched refs:BytesInChar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp83 unsigned BytesInChar = in getCommentSplit() local
86 Text.substr(MaxSplitBytes, BytesInChar), ContentStartColumn + NumChars, in getCommentSplit()
88 MaxSplitBytes += BytesInChar; in getCommentSplit()