Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp83 unsigned BytesInChar = in getCommentSplit() local
86 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar), in getCommentSplit()
88 MaxSplitBytes += BytesInChar; in getCommentSplit()