Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp564 int PPColumnCorrection = 0; in addTokenOnCurrentLine() local
576 PPColumnCorrection = -1; in addTokenOnCurrentLine()
581 State.Column + Spaces + PPColumnCorrection); in addTokenOnCurrentLine()