Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h166 int ConditionalsLevel; member
173 ConditionalsLevel); in indentAndNestingLevel()
H A DWhitespaceManager.cpp45 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()
242 int ConditionalsLevel = 0; in calculateLineBreakInformation() local
251 ++ConditionalsLevel; in calculateLineBreakInformation()
255 Change.ConditionalsLevel = ConditionalsLevel; in calculateLineBreakInformation()
260 --ConditionalsLevel; in calculateLineBreakInformation()