Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h164 int ConditionalsLevel; member
171 ConditionalsLevel); in indentAndNestingLevel()
H A DWhitespaceManager.cpp50 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) { in Change()
260 int ConditionalsLevel = 0; in calculateLineBreakInformation() local
269 ++ConditionalsLevel; in calculateLineBreakInformation()
273 Change.ConditionalsLevel = ConditionalsLevel; in calculateLineBreakInformation()
277 --ConditionalsLevel; in calculateLineBreakInformation()