Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp507 DecorationColumn = StartColumn + 1; in BreakableBlockComment()
516 DecorationColumn = StartColumn; in BreakableBlockComment()
552 ContentColumn[i] = DecorationColumn; in BreakableBlockComment()
569 ContentColumn[i] = DecorationColumn + DecorationSize; in BreakableBlockComment()
H A DBreakableToken.h466 unsigned DecorationColumn; variable