Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp307 unsigned DecorationSize = in BreakableBlockComment() local
309 StartOfLineColumn[i] += DecorationSize; in BreakableBlockComment()
310 Lines[i] = Lines[i].substr(DecorationSize); in BreakableBlockComment()
311 LeadingWhitespace[i] += DecorationSize; in BreakableBlockComment()