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.cpp71 unsigned BytesInChar = in getCommentSplit() local
74 Text.substr(MaxSplitBytes, BytesInChar), ContentStartColumn + NumChars, in getCommentSplit()
76 MaxSplitBytes += BytesInChar; in getCommentSplit()