Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp393 DecorationColumn = StartColumn + 1; in BreakableBlockComment()
402 DecorationColumn = StartColumn; in BreakableBlockComment()
435 ContentColumn[i] = DecorationColumn; in BreakableBlockComment()
453 ContentColumn[i] = DecorationColumn + DecorationSize; in BreakableBlockComment()
H A DBreakableToken.h425 unsigned DecorationColumn; variable