Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp494 DecorationColumn = StartColumn + 1; in BreakableBlockComment()
503 DecorationColumn = StartColumn; in BreakableBlockComment()
539 ContentColumn[i] = DecorationColumn; in BreakableBlockComment()
556 ContentColumn[i] = DecorationColumn + DecorationSize; in BreakableBlockComment()
H A DBreakableToken.h468 unsigned DecorationColumn; variable